- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 06:40 PM
Hi All,
Need your inputs on Flow Designer.
Have created a flow which has to trigger on creating the record in sysevent tbl. but i don't see Flow getting trgrd. can someone help on what am missing here ?
Records are getting created in sysevent tbl and are getting processed for the vent name mentioned in the screenshot.
Below is trgr condition from the flow
Event log screenshot:
Regards,
Santosh
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- 2,148 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2021 08:55 PM
All,
This issue is fixed. Its known bug(Flows are not triggered when triggered via gs.eventQ API) from Paris version.
To resolve this, create below new property and set the value as true
Name - trigger_engine.ignore.set_workflow
value - true
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 08:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 09:25 PM
HI Sagar,
Yes, did checked execution tab, dint see any records created for the flow i created. I assume flow itself is not getting triggered.
Regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 09:40 PM
Hi Santhosh
Can you please tell me what are the requirement here?
After trigger condition, are you going to send notification based on trigger?
Thank you,
Arkesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 10:44 PM
HI Arkesh,
Use case is after incident create, it will be passed to another SN instance through REST call. this design was working in Newyork version, after the upgrade to Quebec we are seeing this issue where flow is not getting triggered.
regards,
Santosh