Flow not triggering from custom app on task table automatically

Community Alums
Not applicable

Hi everyone,

 

I'm facing an issue with a flow in my custom application. The flow is triggered on the task table when a record is inserted or updated.

Issue:

  • The flow works fine when I manually trigger it on a record in the task table.
  • However, when I create or update a record on the task table, the flow is not getting triggered.

Could someone please help me troubleshoot this issue?

 

Thanks in advance for your assistance!

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Issue fixed.

Root Cause: instead of running on current and extended tables both, it was set to run only on current table, which in our case was task table.

379634927-3df0b02e-0295-48d4-a0f2-7f37e97df6d1.png

Credits: Reddit community assisted in addressing this issue. [u/Kachian]

View solution in original post

5 REPLIES 5

Sandeep Rajput
Tera Patron
Tera Patron

@Community Alums Please check if any of the insert/update business rules which are running on your task table is using current.setWorkflow(false); Usage of this may cause any of the subsequent business rule/flow/workflow to not to trigger.

 

Community Alums
Not applicable

No, that's not possible since I'm working on PDI.

AndersBGS
Tera Patron
Tera Patron

Hi @Community Alums ,

 

Have you verified what you have set in the run as in the flow? Does it has the right access?

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards 

Anders 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Community Alums
Not applicable

Yes, I'm running it as system user, so no question for right access.