
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 04:32 PM - edited 09-28-2024 04:33 PM
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!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 11:13 AM - edited 10-24-2024 11:16 AM
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.
Credits: Reddit community assisted in addressing this issue. [u/Kachian]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 06:58 PM
@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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 12:49 AM
No, that's not possible since I'm working on PDI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 11:48 PM
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/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 12:51 AM
Yes, I'm running it as system user, so no question for right access.