Getting Execution ID of the Child Quickflow
- Last UpdatedJun 26, 2024
- 1 minute read
You can get Execution ID of the Child Quickflow from the Parent Quickflow as follows.
To Access Execution ID of the Child Quickflow
-
Create a variable in the parent Quickflow with a name such as "ChildQFExecutionId" + <<Child Quickflow Action Name>>.
For example: ChildQFExecutionIdQuickflow1
-
Access the variable <%#Variable.ChildQFExecutionIdQuickflow1%>.
The variable will return the value of the Child Quickflow Execution ID.