Example workflow (Example Model Based Form Binding Identity Create and Update) not showing confirmation messages

Which IIQ version are you inquiring about?

8.4p1

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

I have imported this workflow tagged to a custom quicklink along with the form for Example Model Binding Identity Create and Update Form. After creation of the identity or edit identity, there is no confirmation message presented to the user in the UI that shows that it has been successfully generated. Example : Request submitted successfully. The ID for this request is 2423 // Identity attributes change submitted // Created identity request submitted. Am I missing something in the workflow?

Thank you.

Hi @anloh - On your quicklink definition make sure you have something like this: <entry key="workflowSuccess " value="Request Submitted Successfully"/>

This worked thank you! If I were to include failures what would the syntax be like and to include the requestID in the quicklink would that be possible?

I just read further into the quicklink documentation :

NOTE: The Quicklink is only aware of the workflow launch, not its execution status, so this message is for indicating the workflow started successfully, not that it completed successfully. Typically, this is only used when the workflow does not include any UI pages for user interaction but just launches an operation in the background.

For the example workflow & form, even if the user does not submit the form, when the user cancels, it still shows this. Is there anyway we can interject the message to only show once it is submitted successfully?

Check these posts:

Yes, it’s possible. check this post Display success message - #7 by kalyan_dev32