Designer 10.15 | webMethods BPM Process Development Help | Activity Steps | About Call Activities
 
About Call Activities
 
Adding Call Activities
Configuring Call Activities
Configuring a Call Activity Standard Loop
Removing Call Activities
Basic Call Activity Properties
Advanced Call Activity Properties
A call activity can be used to invoke either a callable process or a referenced process. In addition, these processes can be called statically or dynamically. For more information, see Call Activity Concepts.
Important:
Although still available, the ability to invoke a referenced process from a call activity step is deprecated. You are advised to implement all of your steps that invoke another process with a call activity step that invokes a callable process.
The pipeline returned to the call activity step is the pipeline captured when the child process ends. Ensure that you join all paths of execution accordingly to construct the appropriate pipeline.
Note:
When you are setting Quality of Service options for a process, be advised that Designer never implements the Express Pipeline setting for a call activity step, regardless of the Express Pipeline option setting. For more information, see Setting Quality of Service for a Process.
A call activity displays a subprocess marker when it is configured to call an existing callable process or referenced process. An unconfigured call activity step does not show a subprocess marker. You can configure a call activity for standard looping.
Related Topics