indeedeng / iwf

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

Support migrate workflow from not using persistence caching to use caching #402

Open longquanzheng opened 4 months ago

longquanzheng commented 4 months ago

Currently the flag is set at workflow start, and store as a flag in persistence component.

Later when workflow definition enabling caching will not affect the existing workflow execution.

But ideally we should changing the definition should affect existing workflow execution as well