Previous Topic: Usage Patterns for EventsNext Topic: Input Parameters


Start Process Operator

Start Process Operator

Use the Start Process operator to start a process from within another process. The Start Process operator creates an instance of a process on a touchpoint and queues a start request with the appropriate engine. You can reference the child process dataset by the operator name in the process dataset for the parent process. Use the following syntax:

Process.OperatorName.FieldName

OperatorName represents the name of the Start Process operator in the parent process.

FieldName is the dataset variable that you want to access in the child process.