This message was posted by a user wishing to remain anonymous
Hi Snehil,
We have custom workflow (not DCR) where a user task has 2 options Approve and Reject. Now if the assignee Approves the task then we need to validate if certain field are populated or not (attribute at the entity level). If the attribute is not populated then the workflow should not proceed to the next step and an error message (custom message) needs to be shown in the UI providing the reason as to why the workflow has not proceeded to the next step.
Now we are not finding any way forward to show this custom message from the validation task. Please suggest what is the recommended approach to show a message in the UI from the workflow service task.
Thanks.
Original Message:
Sent: 11-21-2024 04:57
From: Snehil Kamal
Subject: How can we show a custom message in the UI on approval of any workflow task
Hi,
AFAIR this is not possible currently, but if you can share your use case I can probably guide you on how to achieve something similar.
------------------------------
Thanks,
Snehil Kamal
Senior Solution Architect
Reltio
Bangalore
Original Message:
Sent: 11-19-2024 01:32
From: Anonymous Member
Subject: How can we show a custom message in the UI on approval of any workflow task
This message was posted by a user wishing to remain anonymous
In a workflow task for an entity I want to throw a custom message in the UI whenever the task is approved.
In the workflow action dropdown the assignee will have 2 options - 'Approve' and 'Reject'. On clicking the 'Approve' I want to show some custom message in the UI to the assignee. Can we achieve this in the custom workflow ? Any help will be appreciated.