Flow Trigger Not Happening for Event Creation record

Santosh70
Tera Expert

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

 

find_real_file.png

 

 

Event log screenshot:

 

find_real_file.png

Regards,

Santosh

1 ACCEPTED SOLUTION

Santosh70
Tera Expert

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

 

@Ankur Bawiskar , @Sagar Ahire , @Arkesh Kumar - FYI

 

Thank You.

View solution in original post

10 REPLIES 10

Sagar Ahire1
Giga Expert

Hi Santosh,

 

Try to check it in the execution tab of flow designer.

Home->Execution, and then check for Error Record. From there you can get what is the trigger issue.

Please refer to the image.find_real_file.png

Thanks,

 

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

Arkesh Kumar
Giga Guru

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

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