Process Executor step

Hi! All,

What is the use of the Process Executor step?

Hi! Tom,

The Process executor step in a workflow is used to call a child process. A process executes tasks in sequence unlike workflows that execute tasks in parallel. So you can use the Process Executor to execute tasks sequentially from with a workflow.

1 Like

Hi! Seema

Thank you!

Please can you provide me details how to configure a Process Executor step?

Hi! Tom,

The image below shows a workflow having the Process Executor step. On the right you can see the Process Executor step configuration. In the filename select your child process. You can define variable/parameters and use field to populate its value; for use in the child process.

The image below shows the child process using the variable in the Display MSGBOX task.


l

1 Like