Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Notification Task Output

Notification Task Output

Notification task output is the data that passes from a Notification task into workflow variables. Notification task outputs include general outputs.
When you configure a Notification task, you specify the task output values that you want to assign to workflow variables on the
Output
tab. The Data Integration Service copies the Notification task output values to workflow variables when the Notification task completes or fails. If the task aborts, the Data Integration Service does not copy task output values to workflow variables.
For example, a Notification task produces a start time output value that indicates when the Data Integration Service started running the task. The workflow cannot directly access this Notification task output data. To use the data in the remainder of the workflow, you assign the start time output to a workflow variable named NotificationStartTime. Then use the NotificationStartTime workflow variable in an expression for a conditional sequence flow. The Data Integration Service runs the next object in the workflow if the Notification task started before the specified time.
General outputs include output data produced by all tasks such as the task start time, end time, and whether the task successfully ran.

0 COMMENTS

We’d like to hear from you!