Draw a workflow diagram for this situation. If s3 is true
session s4 and s5 should concurreently Run.if any one s4 or
s5 true it should run s1.If s1 sucess it should execute s2
otherwise exit.can any one give me suggestion.Thanks in
advance.
Answer Posted / vaibhav bhandeo
1. Run S3.
2. Connect it to S4 and S5. Check if PreviousTaskStatusS3 =
succeeded in the connecting link.
3. Once S3 is successfully executed it will start S4 and S5
4. Use a decision task and input that from S4 and S5. In
the decision use
PreviousTaskStatusS4 = succeeded or PreviousTaskStatusS5 =
succeeded
5. This will allow you to move ahead incase either of S4 or
S5 is succeeded.
6.Connect it to S1 using the same PreviousTaskStatus =
succeeded.
7.Connect it to S2 using the same PreviousTaskStatus =
succeeded.
This way the required job will be done.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is meant by LDAP users?
Why is sorter an active transformation?
What is exclusive and normal mode for repository services?
On which transformations you created partitions in your project?
What are the components of the workflow manager?
Clarify the utilization of aggregator cache record?
What is the difference between Active and Passive transformation?
what is the hint? how to use it to reduce the query processing in program?
How to extract the informatica rejected data?
is it possible to index the data in cache of lkp transformation ?
wat are deployement groups in informatica, how it will be used for developers
Global and Local shortcuts. Advantages.
What is rank index in rank transformation?
What is the use of source qualifier?
Briefly describe lookup transformation?