- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 05:07 AM
We have a workflow running which has a timer event on to wait for all the catalog tasks to be closed before it continues to the next stage.
The problem we have is that the workflow activity count exceeds 100 when its waiting for a while of the tasks to be closed, and the workflows are automatically cancelled, leaving the RITM in limbo.
I've tried to find out where the max count of 100 is found to see if I can change it, but, I don't seem to be able to find it anywhere.
Can anyone help? or if anyone has any ideas of how to get around this please let me know. We don't want to raise the timer anymore than it is (every 2 hours).
Hoping someone can help!
Regards
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 06:24 AM
If you want to change for existing workflow, Go to workflow editor > Checkout your workflow > Go to Properties > There you can change the count.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 06:17 AM
Do you have more than 100 activities in that workflow? If not, I'd really be looking more to the cause of this issue rather than trying to up that count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 06:19 AM
HI
its because we have a a timer on there to check every two hours whether or not the catalog tasks have been completed or not, so that makes the count go up quite quick

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 06:27 AM
Ok, I see...but why have it check every two hours? Just use a 'Wait for Condition' activity. In that activity you have a script that checks for all tasks to be closed. This should not up your activity count I believe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2015 06:22 AM
Hi Pennie,
I believe this is on the workflow properties when you're in the workflow editor, it shows parallel to the workflow conditions
Simon