Hi,
a little question, i’m using REFRAMEWORK and i open the apps inside the INIT STATE.
I’ve used the get credential activity (by orchestrator asset) inside the “first run sequence” why if i assign user and pw in case of error and so, when the retry mechanism is active, the value of user and pw is null? Isn’t just initialized?
Every run i need to request the credential?
So i put the activity outside the “first run”?
Thanks
Your variable can be initialized in first run as to provide value, however if you change it to outer scope your variable values still exists.
1 Like