v0.1.0 #125
masinger
announced in
Announcements
v0.1.0
#125
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
A model listener can be used to act upon changes to a workflow's model.
Similar to data listeners,
model listeners are declared by creating a function within the workflow model and annotating it with
@ModelListener.Issue #70
Jobs and job definitions now support adding metadata using annotations.
A step data modification policy can be used to control the modification behaviour on inactive steps. The policy can be accessed by the step data definition.
Issue #90
Step data can now also be annotated with metadata.
The metadata can be accessed via the step data definition. Issue #50
Changed
AnyOfFilter,InMemoryAnyOfFilterandMongoAnyOfFilterhave been renamed to[...]InFilterand deprecated aliases have been added to maintain API compatibility. TheFilterinterface now also exposes aFilter.infunction.Filter.inandFiler.anyOfare now accepting a more generalCollection<TModel>parameter. Additionally, there is an overload that directly accepts the more sensibleSet<TModel>. Issue #101springboot-. Issue #38WorkflowServiceis now a composition of all CRUD-related services. Issue #109WorkflowStarterServiceWorkflowQueryServiceWorkflowUpdateServiceWorkflowRemovalServiceDeprecated
Workflow.idhas been renamed toWorkflow.identifier. Theidproperty remains as an alias and is deprecated.AnyOfFilter,InMemoryAnyOfFilterandMongoAnyOfFilterare now deprecated aliases forInFilter,InMemoryInFilterandMongoInFilter.Fixed
fluxflow.change-detection.steporfluxflow.change-detection.workflowtofalse. Issue #49Removed
de.lise.fluxflow:memorycachemodule. Issue #94WorkflowService.replacefunction has been removed as it leaked internal functionality. Issue #10This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions