Uses of Annotation Interface
io.nflow.engine.workflow.definition.StateVar
Packages that use StateVar
-
Uses of StateVar in io.nflow.engine.workflow.curated
Method parameters in io.nflow.engine.workflow.curated with annotations of type StateVarModifier and TypeMethodDescriptionMaintenanceWorkflow.doWork(StateExecution execution, MaintenanceConfiguration conf) Clean up old workflow instances.CronWorkflow.schedule(StateExecution execution, String cron) Determines the next execution time for the doWork state by callingCronWorkflow.getNextActivationTime(io.nflow.engine.workflow.definition.StateExecution, java.lang.String).BulkWorkflow.splitWork(StateExecution execution, com.fasterxml.jackson.databind.JsonNode data) CallBulkWorkflow.splitWorkImpl(io.nflow.engine.workflow.definition.StateExecution,com.fasterxml.jackson.databind.JsonNode)to create new child workflows.BulkWorkflow.waitForChildrenToFinish(StateExecution execution, int concurrency) Check if all child workflows have finished.