How to display a popup message in the user interface from a Workflow

Which IIQ version are you inquiring about?

Version 8.3

Please share any images or screenshots, if relevant.

Share all details related to your problem, including any error messages you may have received.

Hello,

I wanted to ask how to configure a workflow to have a pop up message displayed at the end of configurations.

Specifically, my workflow performs the following steps:

  • Manager selects the identity from my custom quick link
  • Edit the attributes in the custom form
  • Confirm the form
  • I update the identity

After confirming my custom form I would like to pop up a message with a custom message, how do I proceed?

Attached I leave you my workflow and an example of a message.

Thank you,

Marzia
Workflow - Custom update identity.txt (8.5 KB)

You can define it in the quicklink

<QuickLink action="workflow"category="Custom"messageKey="Custom QuickLink"name="Custom">

     <Attributes>

          <Map>

               <entrykey="workflowName"value="CustomWorkflow"/>

               <entrykey="workflowSuccess"value="Starting Custom Workflow..."/>

</Map>

</Attributes>

</QuickLink>

Attribute is calles workflowSuccess

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.