Is there any way to run the workflows asynchronously in a synchronous business rule ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 12:03 PM
Is there any way to run the workflows asynchronously in a synchronous business rule ? Currently I am using Workflow Timer activity as suggested in https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647534 but is there any way to start the workflow in asynchronous mode using the API ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 12:08 PM - edited 10-04-2022 12:10 PM
Maybe trigger the workflow from a sub flow (in Flow Designer). Then create a code snippet of that sub-flow and use that code in your Business Rule