pub.task:TaskCallbackService
WmTaskClient. Specification that describes the inputs and outputs required for a callback service.
A callback service is a service (on the Integration Server) that the Task Engine invokes when a task ends. The callback service is assigned to a task instance when the task instance is queued. The callback service is invoked when the status of the task changes to "completed," "cancelled," "expired," or "error."
If the Task Engine cannot reach the Integration Server to invoke the service, it will, by default, attempt to re-invoke the service every minute for one hour.
If the callback service cannot be reached or if it throws an exception, the error will be recorded in the Task Engine logs on IBM My webMethods Server. Additionally, the task instance itself will be placed in an "error" state and detailed information about the error will be available in the task audit information.
Input Parameters
|
Output Parameters
None.