on 2020 Oct 20 1:41 PM
Hi MDG gurus,
did anyone of you implement in RBW a Reject action in parallel steps in such a way that it terminates all other open parallel tasks/subworkflows?
example: two parallel dialog tasks, both require Approve/Reject decision, however after first Reject we dont wan't to wait for processing of the other task.
Any suggestions how to terminate the other sibling subworkflows from system method following the Reject decision?
Request clarification before answering.
You can use parallel workflow BADI for same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no, you can't - this BADI is called to handle response from all finished parallel branches, and the issue here is how to close those not finished yet.
I have solved the problem with "killer system method task" and some code copied from SWIA, then I found a blog on the subject (a bit different solution than my, but also correct)
User | Count |
---|---|
93 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.