How to add output to inprogres queue item

How to add output data to inprogress queue item.

using invoke method. (TransactionItem.Output.Add)

thanks

your runtime transactionitem object is not linked to the orchestrator, so updating it will only impact your temporary instance of this output. As soon as this object is destroyed/overwriten the added data would be lost.

Currently it is only possible (unless I missed a release note) to add output data during the set transaction status activity, which does communicate with the orchestrator. And this limits your option to write output to only completed items.

1 Like

As mentioned by Jeroen, output will be set along with the status

Also keep in mind:
TransactionItem.Output… any Action on the variable / instance will not have a round-trip to the orchestrator and therefore it is a local only

1 Like

@Mr.StarLord_AO
May we ask you to change the solution flag and mark @Jeroen_van_Loon as he gave the right answer first. Thanks

No worries, I’m not keeping score :wink:

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