Save your work: Workflows save in three states - draft, active and inactive. View the status of your workflow in the top banner. New workflows begin as a draft.

  • Click Commit changes to save to the draft. Drafts are viewable from the workflow editor. After the initial commit, changes are automatically saved following the Request Successful pop up. Committing changes saves a new version of the workflow that encapsulates all recent changes since the previous version. This allows you to easily revert back to a version.
  • Click Deploy changes to save a new active version of the flow. This version is now live and will receive incoming events. Executions already in progress will continue through the version they were triggered on.
  • Deactivate by clicking the three dots in the top right corner and select Disable workflow. This will prevent any incoming events from triggering the workflow.
When the top banner is purple, you’re in production! Exercise caution when deploying.

Version history: Click the three dots in the top right corner and select Show version history. Versions will display in the editor when selected in the panel on the left.

Edit Details: Click on the workflow name in the top banner to update the name, description, and tags.

Duplicate a workflow: Click the three dots in the top right corner and select Duplicate workflow to copy your workflow. Workflows can be duplicated across organizations.

CEL Playground: Click the </> in the top left of the editor to view a sample payload. Edit the payload to test your CEL expressions before adding them to your workflow.