Share all details about your problem, including any error messages you may have received.
Hi all,
I have a addMessage step in my workflow and I would like the message to stay on the screen for longer.
<Step action="call:addMessage" name="MessageToUser" posX="81" posY="150"> <Arg name="message" value="Request is in progress of submission. Please click on 'My Work -> Access Requests' later to view its Request ID, details and status."/> <Transition to="WaitStep"/> </Step>
Currently it stays on screen for only 5 seconds. Any advice on whether this is doable?
Hi @shijingg - I think there is no built-in attribute in the addMessage step (e.g., a timeout or duration parameter) to extend this display time directly within the workflow definition.
consider using a form or a custom page to display the message persistently. You could redirect the user to a custom page after the step, where the message is shown until the user acknowledges it.