...
Workflow Actions are sub-grouped under the following categories:
Categories | Description | Reference | ||
---|---|---|---|---|
Logic | This category includes actions that follow set of rules and steps. | |||
Communication | This category includes actions for communication. | |||
Data | This category provides actions for performing CRUD (Create, Read, Update, Delete) operations. | |||
Layout | This category includes actions for managing layouts, such as handling events and displaying screens(Modal).
| |||
Workflow | This category allows for the inclusion of another workflow as a sub-flow within the current workflow. | |||
UI | UI-specific actions, such as displaying a message, spinner, or prompt, are included in this category. |
Create Workflow Modal
...
Workflow Creation Field | Description |
---|---|
Label | A user-friendly name for the workflow, used for easy identification within the application. |
Name | The unique identifier for the workflow, typically used in code or within merge text. |
Type | Basically there are two types of workflows in noKodr:
|
...