v7.2.4
Highlights
- Support disabling
CronWorkflow
s.
Details
nflow-engine
- Add
disabled
state (typemanual
) toCronWorkflow
to support disabling the work. By default there is no state method for thedisabled
state, but it can added in your workflow definition that extendsCronWorkflow
to execute custom logic when the workflow enters thedisabled
state.
- Add
nflow-rest-api-common
andnflow-rest-api-spring-web
- Fix exception to HTTP status conversion issue when using Netty