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
* When a workflow is reloaded or restarted (node restart infers reload),
there may be objects left behind in the store which have been wiped
out in the scheduler by the configuration change.
* To handle this, we must wipe all objects stored on the workflow
(e.g. TaskProxies, TaskDefs, Jobs, etc), and rebuild from scratch.
* Note, we don't need to wipe the data on the Workflow object itself
(e.g. port, stateTotals, etc), these things will be refreshed by
this or subsequent deltas.
0 commit comments