- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 09:22 AM
Hi,
I'm a unsure about what the workflow property 'Max activity count' stands for.
Is it the max number of activities in all currently executing contexts of a workflow,
or is it the max number of activities in a single executing context of a workflow?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 09:26 AM
It's the number activities in a single context. If you have a looping workflow (with rollback to or similar activities) you can potentially create an infinite loop. This counter prevents the WF from running away uncontrolled. In some situations, where you have a complex workflow, you may need to bump the number up (e.g. 500)
I do not recommend setting it to an extremely high number like 100,000 or you could run in to performance problems with a runaway context.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2017 05:28 AM
Hi Rolf,
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 09:27 AM
Hi Rolf,
Maximum number of activities for a workflow by default is 100.
It can be increased by clicking on properties & looking for Activity tab
In short it is used for increasing number of activities.
Note: If you do not increase the activity count & if you have more than 100 activities then the activities would be cancelled automatically.