Uses of Class
io.nflow.engine.workflow.definition.WorkflowSettings
Packages that use WorkflowSettings
Package
Description
Classes and interfaces for describing and implementing workflow definitions.
-
Uses of WorkflowSettings in io.nflow.engine.workflow.curated
Constructors in io.nflow.engine.workflow.curated with parameters of type WorkflowSettingsModifierConstructorDescriptionprotectedCronWorkflow(String type, WorkflowSettings settings) Extend cron workflow definition with customized workflow settings.protectedMaintenanceWorkflow(String type, WorkflowSettings settings) Extend maintenance workflow definition with custom workflow settings. -
Uses of WorkflowSettings in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowSettingsModifier and TypeMethodDescriptionWorkflowSettings.Builder.build()Create workflow settings object.WorkflowDefinition.getSettings()Return the workflow settings.Constructors in io.nflow.engine.workflow.definition with parameters of type WorkflowSettingsModifierConstructorDescriptionprotectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings) Create a workflow definition with given settings and automatically scanned state methods.protectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods) Create a workflow definition with given settings and state methods.protectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods, Collection<WorkflowState> states) Create a workflow definition with given settings, state methods and states.protectedWorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String, WorkflowStateMethod> stateMethods, Collection<WorkflowState> states, boolean verifyStateMethodValidity) Create a workflow definition with given settings, state methods and states.