You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-machine/goto?ref=main)[](/LICENSE)[](https://npmjs.org/package/sequential-workflow-machine)
4
4
5
-
The powerful sequential workflow machine for frontend and backend applications. It provides a simple API for creating own step execution handlers (activities). It supports multiple types of activities. Internally is uses the [xstate](https://github.com/statelyai/xstate) library.
5
+
The powerful sequential workflow machine for frontend and backend applications. It provides a simple API for creating its own step execution handlers (activities). It supports multiple types of activities. Internally it uses the [xstate](https://github.com/statelyai/xstate) library.
6
6
7
7
This machine uses the same data model as the [Sequential Workflow Designer](https://github.com/nocode-js/sequential-workflow-designer). So you can create a workflow definition in the designer and then run it by this machine easily.
8
8
@@ -18,9 +18,9 @@ npm i sequential-workflow-model sequential-workflow-machine
18
18
19
19
## 🎬 Usage
20
20
21
-
You can use the machine in a JavaScript or TypeScript application. We recommend to use TypeScript because a workflow uses a lot of data structures and it's hard to maintain data integrity.
21
+
You can use the machine in a JavaScript or TypeScript application. We recommend using TypeScript because a workflow uses a lot of data structures and it's hard to maintain data integrity.
22
22
23
-
At the beginning you need to define the type of your workflow definition.
23
+
At the beginning, you need to define the type of your workflow definition.
0 commit comments