- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 03:03 PM
We have 50+ workflow triggers and I want to know when a workflow trigger has fired.
I see there is a "Response Workflow" in the Security Incidents. If I knew what table this was then maybe I could see what workflows (and, by extension, what triggers) where used in each of my security incidents.
Any help would be great.
Thank you.
Solved! Go to Solution.
- Labels:
-
Security Incident Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 05:15 AM
Hi,
To see HOW a workflow can be triggered for SIR use the Workflow Triggers module:
To see WHAT workflows have been triggered (and are triggered) use the Workflow All Contexts module:
To see EACH workflow triggered for a specific Incident, use the "Response Workflow" Related Link. This will then open a new page that will display ALL workflows related to this incident in a tab format:
Go ahead and mark this as helpful or Correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 04:31 PM
Hi J
workflow cotext table - This will tell you on which record, which workflow has been fired.
workflow versions table - and set filter published is true. This will show you all the published workflow. Find your workflow and open it. IN the form you will see a condition tab where you can find when that workflow is getting triggered.
-harsh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 05:29 PM
Hi,
So when a security incident is inserted or updated, a business rule called: Trigger Workflows, runs.
This BR calls a script include called: SecurityCommonUtils and function: runApplicableWorkflows.
This script include and function query the table: sn_sec_cmn_workflow_trigger for a possible match of condition and then runs the workflow associated with that workflow trigger.
So this would be your start. From here, you can work to maybe have that condition printed to the record's work_note field? And also print the flow that is triggered?
The above information should be enough to get you started.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 09:27 AM
Hi Eric, I see you marked a response as correct on behalf of the author of this question, however, I don't necessarily know if that was correct for the actual poster. Given his question was about seeing what workflow triggers were triggered. The response below, while good with information, doesn't answer the question of what workflow triggered that.
My response above, I felt, covered that.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2020 06:05 PM
Navigate to: Workflow > Executing Activates
This will show you which workflow have launched