Process flow condition help [message #422350] |
Tue, 15 September 2009 11:12 |
jammula
Messages: 6 Registered: September 2009
|
Junior Member |
|
|
Thanks in advance
I have a process flow like below
I have Function(out parameter) --> Returning 0 and 1
I have 2 mappings
1) Map1
2) Map2
What i need is
If function returns 0 i want to run MAP1
If function returns 1 i want to run MAP2
I my process flow what i did is
Start--> function --> Map1 --> Success
--> Map2 --> Success
After Function I added the complex condition(RTN_CODE = 0) for Map1
I added the complex condition(RTN_CODE = 1) for Map2
I am getting error VLD-10028: An activity having an outgoing transition with a complex condition must have another unconditional outgoing transition
If function returns 0 i want to run MAP1
|
|
|