Posted: Tue Feb 11, 2003 6:14 am Post subject: [SOLVED]SubProcess Completion
Apprentice
Joined: 09 Jan 2002 Posts: 36
Hi,
i have a main process PROC A and a sub process PROC B. the last activity in PROC B is a decision. now if the result of this decision is 'no', then i want to stop both the sub process PROC B as well as the parent process PROC A. how can i acheive this??
i also want some value from PROC B to be transferred to PROC A. though i have all the mappings done, the data is not passed to PROC A.
thanks in advance.
When Decision=NO in ProcB finsih the activity and be sure there is no control flow from that activity on Decision =No. This finishes ProcB. Map the Desicion datastructure to output container of Process B. Make sure there is no control flow in ProcA when Decision =No (o/p contaner from PRocB). This will finish Process A ( make sure there are no Default connectors or other control flows when Decision =No).
Post your FDL, So we can see why you are unable to access o/p container of Process B in Proc A.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum