How can i call UI Action in workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2022 10:50 PM
Hi,
i created ui button and this ui button display when description data updated as failed in RITM. i need to call that ui button in workflow.
How many times the user click on resubmit button i need to start the workflow procedure from starting.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 02:19 AM
Hi Rama,
There is no way of calling a UI Action from a script. Instead try adding the same logic which you have written in UI Action to the run-script activity in the workflow.
Please mark as helpful/correct if this solves your issue