Can we execute flow designer using business rule script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 08:04 AM
I want to execute flow designer using Business rule on Import set table. Is it possible to execute, if yes can someone help me on business rule script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 09:11 AM
Hi Amit,
I am good thanks for asking hope so you are also doing great,
I created a flow designer to trigger on the import set table on insert of the record and it is not getting triggered.
Hence I came to know that it will not trigger on import set table so I want to bring flow designer and call it on the post execution script so that it will trigger.
These are my thoughts If I am wrong can you suggest me some other way to get it triggerd.
Thanks & regards,
Manoj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2023 03:11 AM
Flow Designer is a visual tool that allows users to create and automate business processes using a drag-and-drop interface. It is designed to define workflows and actions based on triggers, conditions, and actions specified within the flow itself.
On the other hand, a business rule script of Mirage is typically used to define specific conditions and actions within the ServiceNow platform. It is executed when certain conditions are met and can perform tasks such as field validations, data manipulations, or calculations.
While Flow Designer and business rule scripts serve different purposes, they can work together to achieve automation and process enhancements within the ServiceNow platform. You can create a business rule script that triggers a Flow Designer flow based on specific conditions or events. The business rule script can evaluate the conditions and then invoke the appropriate flow using the Flow Designer API or integration points.