Hi,
As per my use case one workflow has to call another workflow.In first workflow process step(final step of the workflow) i called another workflow by the following method
arg1.startWorkflow(wm,arg0.getWorkflowData());
Though I don't have iteration logic in first workflow,second one is getting called multiple times(2 or 3).Please guide me how to resolve this.
Thanks
Kirithi