Versions Compared

Key

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

...

  1. Navigate to Workflow Workflow Editor.
  2. Click New.
  3. Fill in the form fields and click Create.

A workflow is created and ready to configure. You can add activities, transitions, exits, define exit conditions, and so on.

To define additional workflow properties, please complete the steps below.

  1. Select Properties in the workflow burger menu.

...

FieldDescription
NameWorkflow name.
Active

Select this checkbox to make workflow active or inactive. When a workflow is created, this checkbox is selected by default.

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('159491114038814558').start(current); // workflowID


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

After When you are done, click Save or Save and Exit to apply changes. to apply changes or Cancel to discard them and get back to the workflow canvas.