question

sara S2 avatar image
0 Likes"
sara S2 asked sara S2 commented

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

Hello,

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

Regards.

Other (please specify)
Other
process flowcombinerdecidedecide activity process flow
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered sara S2 commented

Try this:

model().find("<NameOfYourCombiner>").subnodes.length == 0;
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

sara S2 avatar image sara S2 commented ·

@Benjamin W2, thank you for your help.


0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.