You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, workflows rely on closures for keeping a sort of local data. Unfortunately, this means a workflow object can only be used once. Should create a concept that uses thread-static storage instead of closures.
The text was updated successfully, but these errors were encountered:
Right now, workflows rely on closures for keeping a sort of local data. Unfortunately, this means a workflow object can only be used once. Should create a concept that uses thread-static storage instead of closures.
The text was updated successfully, but these errors were encountered: