How can i call UI Action in workflow

Rama26
Tera Contributor

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

Anurag15
Giga Expert

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