I have scenario, i have 10 worklflows and i want run the
1st workflow first and immediately i want to run 10th
workflow has to run and am not bothering of 2 to 9
workflows? can any one help me how to do this? Thanks in
advance.....
Answers were Sorted based on User's Feedback
Answer / kishore
guys, we can use event raise task at end in the wf1 (by giving the condition that all tasks completed successfully) and event wait task at wf10. so that if the wf1 completed immediatly wf10 starts.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vikram
If possible keep the content of all workflows in 1 worklet
and that too in same sequence and before the 10th workflow
add a worklet succes condition based on first worklet than
it will start the 10th worklet if first worklet runs
successfully.
| Is This Answer Correct ? | 1 Yes | 4 No |
How do you create single lookup transformation using multiple tables?
Can you start a batches with in a batch?
differences between service based and product based?
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
what is difference between COM & DCOM?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
Can I create one wrkflw which will run different wrkflws on schedule time?
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
what is fact and what types of fact tables is there
why we use materialized view over view?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
How to update a particular record in target with out running whole workflow?