Subflow Input

This node is used to describe the input to a subflow. The starting entity in the Subflow Input node is optional. Providing this field allows you to explicitly supply these details to give the subflow the context it needs to be able to execute, information that will be passed to the subflow from the runbook.

Properties

Node LabelType an informative name for the Subflow Input node. You can keep the system-provided default of "Subflow Input" if you wish.

DebugSelect Debug if you want to receive debug data when the node executes.

Starting Entity

Specify the object that will be passed to the subflow by choosing it from the dropdown menu.

Context Values Received From Caller

Specify the names of variables that correspond to parameters that will be passed into the subflow. (Each variable needs to be defined separately.) When the subflow is placed in a runbook, these will be listed in the subflow node editor, and each will require a value to be supplied.

Context Values Sent Back To Caller

Specify the names of variables that correspond to parameters that will be passed out of the subflow to the runbook. (Each variable needs to be defined separately.) When the subflow is placed in a runbook, these will be listed in the subflow node editor, and each will require a value to be supplied.

Runbook Compatibility

Subflow