Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Workflow editor title bar

When a workflow is opened in the canvas, the title bar displays the workflow title and the workflow status in italics. Possible states are Checked out by <name> and Published.

Image omitted: WorkflowTitleBar.png
Controls on the right side of the title bar manage the workflow.
  • Workflow Properties
Image omitted: WorkflowPropertiesIcon.png
Workflow properties icon: Opens the current workflow's properties form.
  • Start
Image omitted: RunWorkflowIcon.png
Run the workflow icon: Runs the workflow. This control is only available for workflows running on the Global table that are accessible from all application scopes. To test workflows that are on other tables, insert a record into that table that meets the condition of the workflow.
  • Validate
Image omitted: ValidateWorkflowIcon.png
Validate the workflow icon: Tests the workflow prior to publication. Validation detects potential problems that can prevent the workflow from publishing or cause the workflow to fail. For more information, see [Workflow Validation](c_WorkflowValidation.md).
  • Help
Image omitted: HelpIcon.png
Help icon: Opens documentation to help you create the workflow.

Workflow menu

Click the menu icon in the title bar for additional options to configure the workflow.

Image omitted: WorkflowTabMenu.png
These menu options are available:
OptionDescription
New WorkflowCreates a new workflow.
Open ExistingOpens another existing workflow.
CopyCreates a duplicate of the workflow. Give the copy a different name.
PublishMakes the personal workflow version public, overwriting the current published workflow version. This option is only available for checked out workflows.
CheckoutCreates a personal version of the workflow for you, which you can edit. This option is only available for published workflows.
DeleteDeletes the workflow. You cannot delete workflows that have contexts associated with them.
Set InactiveInactivates the workflow so that it cannot be used.
Expand TransitionsRedraws the transitions so that they do not overlap when they leave the activity condition.
Start WorkflowStarts a test run of the current workflow.
Validate WorkflowRuns validation tests on your workflow prior to publication. Use this validation to detect potential problems that can prevent the workflow from publishing or cause the workflow to fail. For more information, see Work on workflows.
Collapse TransitionsRedraws the transitions so they overlap when they leave the activity condition.
Show ContextsDisplays all the contexts for the current workflow. You can use this option to troubleshoot a workflow.
PropertiesOpens the Workflow Properties form, which defines the workflow's attributes.
Edit InputsOpens the Workflow Inputs list of variables that the workflow can accept when used as a subflow. For more information, see Pass a variable from a workflow to a subflow.
Edit StagesOpens the Workflow Stages list. For more information, see Workflow stages. For tables with a column of Type = Workflow.

Parent Topic:Workflow editor