Get Execution ID of the Child Workflow
- Last UpdatedJun 21, 2024
- 1 minute read
You can get Execution ID of the Child Workflow from the Parent Workflow as follows.
To access Execution ID of the Child Workfow
-
Create a variable in the parent workflow with a name such as "ChildWFExecutionId" + <<Child Workflow Action Name>>.
For example: ChildWFExecutionIdWorkflow1
-
Access the variable <%#Variable.ChildWFExecutionIdWorkflow1%>.
The variable will return the value of the Child Workflow Execution ID.