I am trying to pass arguments from Process to SetTransactionStatus.xaml so I can write these into the output. I have set all the variables I needed to arguments and In/Out. However, I could not detect those anywhere when I tried to edit the arguments for Set Transaction Status. Is passing arguments from Process to SetTransactionStatus possible at all?
Thanks How do I set the scope inside the Process.xaml? The only scope I have is Process. I tried to create a variable in Main and tried to assign it to an In/Out argument from Process.xaml but could not find that argument at all.