Workflow Docs

Workflow Pointer

Continue execution in another workflow you select from the workspace.

The Workflow Pointer operation transfers the run into another target workflow. That workflow must start with a Workflow Trigger node. Only the target workflow picker is configurable in the form.

When to use

  • Reuse shared sequences (onboarding, escalation, CRM side-effects).
  • Keep parent graphs small while delegating to a published sub-workflow.
  • Organize automations by folder while linking across them.

Configuration

FieldWhat it doesWhen to use
Select Workflow To RunLists workspace workflows by name; sets workflowId, workflowName, workflowFolderIdPick the callee workflow
RefreshReloads workflow listNew workflows not visible yet
DescriptionCanvas noteDocument handoff contract

If loading fails, the form shows Error fetching workflows.

Flow behavior

  • Input: Standard incoming edge from the parent flow.
  • Output: One outgoing edge in the source workflow (after handoff is initiated).
  • Target: Execution continues in the selected workflow at its Workflow Trigger.
  • Pairing is by workflow id—ensure the target workflow is published and contains Workflow Trigger as its entry.

Examples

Centralized “create task” workflow

  1. Build Tasks – create with Workflow TriggerTask node.
  2. In any customer flow, add Workflow Pointer → select Tasks – create after collecting details.

Folder-based organization

  1. Pick a workflow from another folder via the same dropdown (folder id stored on the node for reference).

On this page