Versions Compared

Key

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

...

FieldDescription
NameWorkflow name.
Active

Select this checkbox to make workflow active or inactive.

DescriptionA brief process description.
TableChoose the table to apply the workflow.
Condition type

Specifies the type of event that triggers the 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('workflowId159491114038814558').start(current); // workflowID


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

...