- 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,155 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-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.