
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2017 11:33 PM
Hi, I have a workflow and I have set the max activity count to 200.
And I want to know the current activity count for a specific request.
Is it possible to get the current activity count for a specific workflow so that
I can tell the user that the max activity count is about to be reached. (Through script)
Thanks,
Tadz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2017 12:00 AM
Hi Cris,
There is a table 'wf_history' which contains all activities which were running on specific workflow. It have reference to workflow context which can be found by getContexts(record)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2017 12:00 AM
Hi Cris,
There is a table 'wf_history' which contains all activities which were running on specific workflow. It have reference to workflow context which can be found by getContexts(record)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2017 09:52 PM
Thanks Dawid!, it worked