Workflow Triggers

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
jpr196
Participant
Posts: 65
Joined: Tue Sep 26, 2006 1:49 pm
Location: Virginia

Workflow Triggers

Post by jpr196 »

Hi,

Does anyone know if Ascential has the capability to receive workflow triggers from a source system to tell it whether to run a job or not? Thanks in advance for your help and time.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage sequences can be written to do this. Since there are so many ways of branching or waiting on "triggers" it is hard to answer your question directly. Often the presence or absence of a file is used as a switch, or even as a trigger to start processing. External scripts can be called and the return codes or responses can be used to branch execution.
jpr196
Participant
Posts: 65
Joined: Tue Sep 26, 2006 1:49 pm
Location: Virginia

Post by jpr196 »

ArndW wrote:DataStage sequences can be written to do this. Since there are so many ways of branching or waiting on "triggers" it is hard to answer your question directly. Often the presence or absence of a file is used as a switch, or even as a trigger to start processing. External scripts can be called and the return codes or responses can be used to branch execution.
Thanks for the response. We did actually decide to use the switch as a solution to doing this.
Post Reply