How to send a response to Orcha/User

My workflow does a bunch of stuff, then I want to send the status or progress of those activities to the user. I’ve saved the progress message in a variable called outMessage. I have a block called Give Response, that sets the transaction status. I’m supposed to pass the message through that activity, but I’m not sure how. I put it in the out arguments, in the set transaction status activity. What else do I do. Can anyone give me a rundown in general on the set transaction status activity? Also, is there any way to see what data type of parameters all of the activities take, besides just hovering over the label?

Hi,

you can use Set Transaction Progress to update the progress of an item mid process.

Set Transaction Status should be used at the end to set it to either success or failed with information

See this link for more information Managing Queues