Run Now v2

The Workflow designer's Run action starts a Debug activation of the current design.

Debug can run while the Workflow is disabled. It does not publish the design, enable an Environment, or prove that an external interface is ready.

The Console automatically runs preview invokes of the Workflow for expression and compilation feedback without performing a complete Debug run. It causes issues found to be presented in the Problems tab. Projected values are also shown in the Preview tab and can be toggled in-site via the Toggle preview mode button on the designer.

Workflows that will be triggered should contain an HTTP, MCP, or Schedule Node. On debug runs, these steps are simulated.

Workflows can also be triggered by Listener Nodes. On debug runs, these steps will block until their trigger fires.

See also

See Activation Modes and Timeouts, Workflow Designer, and Different ways to run a Workflow.