Flow: CallWorkflow

This node is used to call an existing workflow within a flow. The full context of the current flow along with the session data is passed to the new flow invoked. This process allows modular design of flows where changes to specific parts of a large workflow can be managed locally within smaller modules.

Prerequisites to use voice flow

  • A published workflow without errors.
134

PROPERTIES


The call workflow screen allows you to call an existing workflow and node to a new workflow.

540

Following are the properties of call workflow screen:

PropertyDescription
Workflow NameFrom the drop-down, select the workflow name that you want to call. If the workflow is not displayed in the drop-down, verify whether the flow is published.
Node TypeSelect a node type available in the workflow.
Node NameSelect a node from the drop-down.
NameThe name of the node is represented as a string. Enter a new name for the node or continue with the displayed name.

SESSION DATA


For information on session data, click here .

CUSTOM LOGS


For information on custom logs, click here.

NODE EVENTS


Exit EventDescription
oncompleteThis output is triggered if the node is completed successfully.
onerrorThis output is triggered if an error occurs.