- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 12:24 PM
Hi guys,
I have a flow designer that creates an incident when a specific transform map fails. But instead of creating an incident right away, I would like to re-process it or re-execute the scheduled job. Is there a way to call the UI Action or is there another way
Thanks in advance.
Regards.
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 12:45 PM
Hi,
You can use the custom Flow Action with the Script Step.
In the Script Step the scheduled job can be invoked i.e. like in this thread:
UI Action button to run a Scheduled Job? - Developer Community - Question - ServiceNow Community
The Script Step is executed server-side, so the similar code as above can be directly placed there.
Best Regards,
Marcin
If my answer helped you in any way, please mark this answer as helpful and correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 04:51 AM
Thankyou for response but I have implemented that based on daily trigger condition.