Callouts
A callout is a special kind of domain object that enables you to alter the flow of an operation by executing a remote procedure before or after the operation. The remote procedure can be a script, a BMC Atrium Orchestrator workflow, or a web service call. A callout can be a pre-callout, which is executed before the requested operation, or a post-callout, which is executed after the requested operation. Callouts are executed by the task management system.
Pre-callouts are prefixed to the list of callouts in the ProvidedOperation, and post-callouts are appended to the list of callouts in the ProvidedOperation. The pre- and post-callouts are sequenced according to the weight assigned to each callout. A failure of a pre-callout will cause the entire task to fail.
Related topics