How can i set the loop cardinality dynamically?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2018 09:02 AM
Hi Team,
I am using activiti in my spring web application. How can i set the loop cardinality dynamically?
Thanks
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 10:51 AM
It supports variables! For example, if you have a variable named "cardinality", set it as ${cardinality}. For example, if the cardinality variable is set to 5, it will be loop 5 times (sequential or parallel) depending on your multi instance config.
