...
Field | Mandatory | Description | ||
---|---|---|---|---|
Name | N | Specify the activity type name (for example, "Send Request"). | ||
Active | N | Select this checkbox to activate or deactivate this activity type.
| ||
Description | N | Type a brief description of the activity type. | ||
Script | N | In this field, you can specify a JavaScript scenario implementing the activity logic. You are free to use SimpleOne Server-Side API there. | ||
Image | N | Attach an image that will be displayed in the workflow editor for this activity.
| ||
Activity Type Category | N | Specify a category for the activity. Click the magnifier icon to select from the dictionary. | ||
Activity Table | N | This is a reference field where you can specify a table for this activity type created before. Click the magnifier icon to select from the dictionary. | ||
When to Run | N | A condition that should be met to run the activity type. Available options:
|
...
Field | Mandatory | Description |
---|---|---|
Name | N | Activity type exit name. |
Activity Type | N | Activity type to which this exit is related. Click the magnifier icon and select from the dictionary. |
Exit Condition | N | Specify a JS script that will return 'true' or 'false'. The script defines the condition that must be met to exit the activity. Example: activity.result == 'complete' |
Description | N | Activity type exit description. |
Order | N | Specify the exit order on the activity block. The order is defined in ascending order, and exits are displayed on the activity block from the upside-down depending on their order. |
...