Workflow - Variables for ChildWorkflow
- Last UpdatedJun 21, 2024
- 1 minute read
Variables for ChildWorkflow Property window
You can specify the variables to be passed to the child workflow in this property window. To open this window, click the button for the 'Variables for ChildWorkflow' property.
The following image shows the Variables for ChildWorkflow property dialog box:

The window has a grid that lists the parent workflow variables that can be passed to the child workflow. It has the following columns – Variables, Type, and Choose. You can click the Choose check box to select the variable. You can click Update to set selected the variables to be passed.
Note: You can create a local variable (that is, variables prefixed with '@', for example, @EmpId) which can be passed to the child workflow. For the child workflow to get this variable value, it should have a variable with the same name but without the '@'. For example, if a parent workflow has a local variable '@EmpId', then the child workflow should have a variable 'EmpId' to get its value.