hello all,
im tryin go assign queue items Status using set_Transaction_progress.
i can call in_TransactionItem.progress.ToString();
i want to call flow decision based on the status but very unsure how to do it on string base
here im trying to test on simple string but cant trigger the case i want
then you can define the different braches, representing the different cases
Keep in mind:
using the Set Transaction Progress activity will not refresh the existing variable representing the QueueItem.
in other words:
when using myQueueItemVar within a Set Transaction Progress activity
Afterwards myQueueItemVar.Progress still will be null, as the Variable is not refreshed
Thanks,
but i dont have any api. so i have to use QueueItems with the same ref?
and if i do that during the process is this will over write the in_transaction item!
As mentioned: the local variable will not be refreshed
we do have the Orchestrator REST API and can use the ID Property from local QueueItem Variable for doing a Round-Trip Call e.g. refreshing the variable
But lets come back to the origin request:
we showed you the setting of TypeArgument to switch on string base
Check input type in Flow Switch activity and give to it the text input in expression filter. Make sure to respect case sensitive when checking the branch