cancel
Showing results for 
Search instead for 
Did you mean: 

Using Conditions within SAP Build PA (Workflow) Branch

verreydthans
Participant
0 Kudos

Hi,

Anyone knows how to deal with following?

I've a workflow in SAP Build Process Automation, and I use a Branch to display parallel tasks for our departments.

Branch -> Department A, B & C.

I want to use a condition, where I use some variables (use_A, use_B, use_C).

In my opinion, It can be easy:

-> Go in the Branch -> Before using the Forms (Departments A, B or C), add a Condition to check if the Department is needed. If not, skip that Form (and wait till other departments has provide input).

I see that we can not create a Condition, inside a Branch

- Question 1: Is this something that can be provided in the future?

- Question 2: Any (easy) work around?
--> I can for example create multiple conditions before the branch and put every possible outcome in different conditions. But this way, the flow get's very big if we've a lot of departments...

Example:

Thanks in advanced!

Regards,

Hans

View Entire Topic
verreydthans
Participant
0 Kudos

Hi Daniel,

Good thinking!

So instead of using the condition inside the branch, you create a subprocess, with the condition and the form.

That's indeed not so bad! I'll check it out!

Thx!

Regards,

Hans