How to pass the orchestrator Queue in the type into activity

Hello,

I am adding the item into queues from the web app now i want that item to pass into type into activity. how do i pass it in reframework.

please help me find the solution.

thanks

You can get the specific transaction data of the queue like this:
TransactionItem.SpecificContent(“Subject”).ToString()

Please note that , here the parameter “Subject” is exactly matching with the transaction data in the orchestrator. Similarly you can use that command for any parameter and send that type into activity

Thank you. it worked

1 Like

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