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
For these reasons, any time a workflow requests that a worker be run in sequential render passes, it is asked to compare itself with its last instance and determine if they are equivalent.
We talk about Worker identity in three places:
https://square.github.io/workflow/userguide/core-worker/#workers-define-their-own-equivalence
https://square.github.io/workflow/swift/api/WorkflowReactiveSwift/protocols/Worker/
https://square.github.io/workflow/kotlin/api/gfmCollector/workflow/com.squareup.workflow1/-worker/does-same-work-as/
Some or all of these documentations should also mention "Key" as a unique identifier when calling
context.runningWorker
https://square.github.io/workflow/kotlin/api/gfmCollector/workflow/com.squareup.workflow1/running-worker/
The text was updated successfully, but these errors were encountered: