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
In development project what is the process to follow for an etl developer from day1
What can we do to improve the performance of informatica aggregator transformation?
How are the sources and targets definitions imported in informatica designer?
What is standalone command task?
What is Data Caches size?
What is meant by a domain?
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
Can we create a node as a gateway node and the same node can be assigned to a grid?
What are multi-group transformations?
Implementation methodology
What is workflow? What are the components of the workflow manager?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
Is there any way to read the ms excel datas directly into informatica?
How to use pmcmd utility command?
draw informatica architecture 8.6 ?