Sub-Workflow Action Parameters
Table 7.17. Sub-Workflow Action, General Parameters
Parameter Name | Description | Additional Information | Example |
---|---|---|---|
App Path | Navigate to the path of the workflow application file of the child workflow job. | ||
Propagate Configuration | Determines whether or not the workflow job configuration should be propagated to the child workflow. |
Table 7.18. Sub-Workflow Action, Configuration Parameters
Parameter Name | Description | Additional Information | Example |
---|---|---|---|
Name and Value | The name/value pair can be used instead of a job.xml file or can override parameters set in the job.xml file. | Used to specify formal parameters. If the name and value are specified, the user can override the values from the Submit dialog box. Can be parameterized (templatized) using EL expressions. |
Table 7.19. Sub-Workflow Action, Transition Parameters
Parameter Name | Description | Additional Information | Default Setting |
---|---|---|---|
Error To | Indicates what action to take if the action errors out. | You can modify this setting in the dialog box or by modifying the workflow graph. | Defaults to kill node, but can be changed. |
OK To | Indicates what node to transition to if the action succeeds. | You can modify this setting in the dialog box or by modifying the workflow graph. | Defaults to the next node in the workflow. |