ReFramework - TransactionItem type

Hi everyone,

Is it possible to change the type of TransactionItem variable in the Main flow? Without having errors in anothers ReFramework flows e.g. SetTransactionStatus (even if I change arguments types)

Thanks!

1 Like

If you are changing the type of transaction item, you have to change it in the invoked workflow arguments and also in the Set Transaction Status Activities used in the workflows.

1 Like

@KarthikByggari
I tried to do that, but it’s not working, internal flows are having exceptions.
Is it feasible (good practice) to change TransactionItem variable/argument type?

1 Like

Yes. You can do that. It is not always the transaction item to be Queue item.
We can modify the REF as per the need.

2 Likes

@KarthikByggari
In my case, I’m modifying the TransactionItem type of QueueItem type to DataRow type.
In the Get Transaction Data state within the Orchestrator stop request sequence, how should be the End Process TransactionItem assigment? Because whether assigns it to Nothing it’s giving an error of: “Cannot assign QueueItem to type DataRow”.

1 Like

Just remove the Nothing, press Enter and again Enter Nothing

5 Likes

It worked like a charm, thanks!

2 Likes

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