how to run two workflow(not a sessions) sequentially, what
is the process. Plz explain detailed information.
Answer Posted / jayeshmumbai
I would use following methods
1. Create a KSH to call (pmcmd startworkflow) two workflows
one after another (or two statements in ksh). And if
required, I can check successful run of previous workflow
before running another.
2. Make use of command object in second workflow. This
object will be based on ksh which can wait on file created
by successful run of first workflow
3. Make use of even wait task as file watcher and watch a
file created by first workflow.
4. Crude way: Determine workflow execution time. Schedule
two workflows by considering execution time difference.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can we delete duplicate rows from flat files?
What is pmcmd command?
How can you generate reports in informatica?
What do you mean by channel change?
What is aggregator transformation in informatica?
What are the types of caches in lookup?
Differentiate between joiner and lookup transformation?
How do you remove duplicate records in informatica? And how many ways are there to do it?
Define Pmrep command?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
What is the meaning of up gradation of repository?
what is informatica metadata?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What is an aggregator transformation?
What are the new features of informatica 9.x at the developer level?