Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How could I set the condition "combiner is empty" in a 'Decide' activity of a process flow?
Regards.
Solved! Go to Solution.
Hello,
How could I set the condition "combiner is empty" in a 'Decide' activity of a process flow?
Regards.
Solved! Go to Solution.
Try this:
model().find("<NameOfYourCombiner>").subnodes.length == 0;