Versions Compared

Key

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

...

FieldDescription
NameNew workflow name.
ActiveSelect this checkbox to make this workflow active or inactive.
DescriptionA brief process description.
TableChoose the table to apply the newly created workflow.
Condition type

Specify a condition type for this workflow. Available choice options:

  • Auto
;
  • - by record creating or updating (manual or scripted).
  • Manual - by calling the SimpleWorkflow.start(current) method, as shown in the example below:
Code Block
languagejs
themeEclipse
titleSimpleWorkflow.start
new SimpleWorkflow('workflowId').start(current)


ConditionSpecify a trigger condition for this workflow. Use the Condition Builder to build complex AND/OR filters.

...