getGlobalData with lock
Posted: Tue Aug 23, 2022 11:15 pm
I call this code in flowStartTriggered() which throws an exception "Token is already locked"
Given that it's the very first code run when the flow is activated, I don't understand why it would be locked.
I'm using Switch 2021 Fall
Code: Select all
const data = await s.getGlobalData(Scope.FlowElement, tag, true);
I'm using Switch 2021 Fall