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
-
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
,InMemoryAnyOfFilter
andMongoAnyOfFilter
have been renamed to[...]InFilter
and deprecated aliases have been added to maintain API compatibility. TheFilter
interface now also exposes aFilter.in
function.Filter.in
andFiler.anyOf
are now accepting a more generalCollection<TModel>
parameter. Additionally, there is an overload that directly accepts the more sensibleSet<TModel>
. Issue #101springboot-
. Issue #38WorkflowService
is now a composition of all CRUD-related services. Issue #109WorkflowStarterService
WorkflowQueryService
WorkflowUpdateService
WorkflowRemovalService
Deprecated
Workflow.id
has been renamed toWorkflow.identifier
. Theid
property remains as an alias and is deprecated.AnyOfFilter
,InMemoryAnyOfFilter
andMongoAnyOfFilter
are now deprecated aliases forInFilter
,InMemoryInFilter
andMongoInFilter
.Fixed
fluxflow.change-detection.step
orfluxflow.change-detection.workflow
tofalse
. Issue #49Removed
de.lise.fluxflow:memorycache
module. Issue #94WorkflowService.replace
function 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