How would you want this to work? Replay the instance (which would make tracking by ID complicated) w
How would you want this to work? Replay the instance (which would make tracking by ID complicated) with the same params?
I think this is tied up in how we tackle versioning, which is something we’re working on but non-trivial. Some folks want workflow instances to be immutable; others for them to reflect code updates; and a few want them to update between steps (unlikely).
I could imagine a
I think this is tied up in how we tackle versioning, which is something we’re working on but non-trivial. Some folks want workflow instances to be immutable; others for them to reflect code updates; and a few want them to update between steps (unlikely).
I could imagine a
.create({fromExisting: <id>}) or similar that allows you to spawn a NEW instance using the input params of the old.