Controlling Record Producer Tasks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2024 10:42 AM
- For a record producer that is linked to an execution plan. I added two new execution plan tasks, which are running regardless of a specific yes or no field in the record producer. I have tried adding conditions to the execution plan tasks that SHOULD only make it run based on the specific yes or no field variable and still, the tasks are being generated when they should not be. Has anyone else seen this issue? I have also checked the business rules but it seems I am limited to either creating the tasks or not creating any tasks at all.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2024 11:34 PM
Execution plans aren't that flexible. They just run on your record producer, no matter what, because that's what they need to do. Variables on RP's are just for data gathering (like the screen size of a laptop), not for telling the plan to create tasks or not.
It is recommended to use (work)flows if you need conditional tasks.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark