- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 03:29 PM
I am building a business rule that requires identifying the 'yet to be triggered' approvals and tasks for a given flow. From what I have researched I should see a 'definition' field in the 'sys_hub_flow' table but, it appears to be missing. Does anyone else know where to find these tasks and approvals defined in flow designer?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:52 PM
- Scalability
- Future investigation if a problem occurs (your logic is in separate places. Flow and BR)
- Any future enhancements need to take into account two pieces of tech debt
- The current BR won't take into account that a flow continuing isn't immediate. That BR could update the RITM state before the next flow step starts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:41 PM
why would you shy away from using a BR such as?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:52 PM
- Scalability
- Future investigation if a problem occurs (your logic is in separate places. Flow and BR)
- Any future enhancements need to take into account two pieces of tech debt
- The current BR won't take into account that a flow continuing isn't immediate. That BR could update the RITM state before the next flow step starts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 03:10 PM
duly noted. Thanks for talking it through with me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 04:51 PM
just to follow up, where do I use the do until loop?