Uses of Class
io.nflow.engine.workflow.definition.StateVar
-
Packages that use StateVar Package Description io.nflow.engine.workflow.curated -
-
Uses of StateVar in io.nflow.engine.workflow.curated
Method parameters in io.nflow.engine.workflow.curated with annotations of type StateVar Modifier and Type Method Description NextActionMaintenanceWorkflow. doWork(StateExecution execution, MaintenanceConfiguration conf)Clean up old workflow instances.NextActionCronWorkflow. 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).NextActionBulkWorkflow. 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.NextActionBulkWorkflow. waitForChildrenToFinish(StateExecution execution, int concurrency)Check if all child workflows have finished.
-