How to set the condition "combiner is empty" in a 'Decide' activity?

How to set the condition "combiner is empty" in a 'Decide' activity?

sara_s2
Not applicable
48 Views
2 Replies
Message 1 of 3

How to set the condition "combiner is empty" in a 'Decide' activity?

sara_s2
Not applicable

Hello,

How could I set the condition "combiner is empty" in a 'Decide' activity of a process flow?

Regards.

0 Likes
Accepted solutions (1)
49 Views
2 Replies
Replies (2)
Message 2 of 3

benjamin_w2
Not applicable
Accepted solution

Try this:

model().find("<NameOfYourCombiner>").subnodes.length == 0;
0 Likes
Message 3 of 3

sara_s2
Not applicable

@Benjamin W2, thank you for your help.


0 Likes