iWF is a WorkflowAsCode microservice orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes
MIT License
537
stars
55
forks
source link
[blocked by Temporal]Provide state option: Do Not Rerun on Reset #413
Current workaround: use external db to store an action is complete.
A better cleaner way to provide this feature is to ask Temporal to allow passing a signal when resetting a workflow. So we cannot do much at this moment
Idea: send a system signal to self .
Use state execution ID as identifier .
Reset must use preserve signals option
Current workaround: use external db to store an action is complete.
A better cleaner way to provide this feature is to ask Temporal to allow passing a signal when resetting a workflow. So we cannot do much at this moment