Hi all,
I have a relatively simple task that I'm struggling a little with. I have 9 flows together in a process. Each time a flow completes (even if it fails) I want it to run a stored procedure and then move onto the next flow.
So far I have tried using:
-
EP_0
-TYPE (ICM18027) DEP_0: flow ftpbank started.
EX CMASAP REQ_NAME = ftpbank, CM_ASYNC = OFF, APPDIR = cmc, DEP_ALIAS = DEP_0, PRNT_REQ = &&CM__REQUEST
-RUN
-IF (&&KILL_RPC EQ 'Y') GOTO :STOPRPCS;
-TYPE (ICM18039) DEP_0 ftpbank Return Code = &&DEP_0_RC
-IF (&&DEP_0_RC EQ 0) GOTO
EP_1;
-IF (&&DEP_0_RC EQ 0) GOTO
EP_19;
-IF (&&DEP_0_RC NE 0) GOTO
EP_19;
-GOTO :ENDDEP
But this seems to go only to DEP_1 and not DEP_19. How to I get it to run both DEP_1 and DEP_19 if the condition is met?
Many thanks in advance!
Prod: Service Manager 5.5 - DataMigrator 7.6 - Win2K
Test: Service Manager 5.5 - DataMigrator 7.6 - Win2K
Local: DevStudio 5.5.3 - Management Console
- Windows XP SP2