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.
We are currently experiencing an issue impacting some Autodesk Products and Services - please refer to the Autodesk Health Dashboard for updates.
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;