Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldMandatoryDescription
NameNSpecify the activity type name (for example, "Send Request").
ActiveN

Select this checkbox to activate or deactivate this activity type.

Note

If you unselect this checkbox, then you will not be able to use this activity type when creating or modifying activities.


DescriptionNType a brief description of the activity type.
ScriptNIn this field, you can specify a JavaScript scenario implementing the activity logic. You are free to use SimpleOne Server-Side API there.
ImageN

Attach an image that will be displayed in the workflow editor for this activity.

Info

It is recommended to use SVG files. However, other image formats will do as well.

Recommended height and width: 24 px.


Activity Type CategoryN

Specify a category for the activity. Click the magnifier icon Image Removed to select from the dictionary.

Activity TableN

This is a reference field where you can specify a table for this activity type created before. Click the magnifier icon Image Removed to select from the dictionary.

When to RunN

A condition that should be met to run the activity type. Available options:

  • On Change – it starts when the specified field in the form is changed.
  • Immediately – it starts when the workflow reaches the activity.

...

FieldMandatoryDescription
NameNActivity type exit name.
Activity TypeN

Activity type to which this exit is related. Click the magnifier icon Image Removed and select from the dictionary.

Exit ConditionN

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'
DescriptionNActivity type exit description.
OrderNSpecify 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.

...