Workflow Management
Also available as:
PDF
loading table of contents...

Sub-Workflow Action Parameters

Table 7.17. Sub-Workflow Action, General Parameters

Parameter NameDescriptionAdditional InformationExample
App PathNavigate to the path of the workflow application file of the child workflow job.  
Propagate ConfigurationDetermines whether or not the workflow job configuration should be propagated to the child workflow.  

Table 7.18. Sub-Workflow Action, Configuration Parameters

Parameter NameDescriptionAdditional InformationExample
Name and ValueThe 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 NameDescriptionAdditional InformationDefault Setting
Error ToIndicates 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 ToIndicates 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.