Uses of Class
io.nflow.engine.workflow.definition.WorkflowSettings
-
Packages that use WorkflowSettings Package Description io.nflow.engine.workflow.curated io.nflow.engine.workflow.definition 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 WorkflowSettings Constructor Description CronWorkflow(String type, WorkflowSettings settings)Extend cron workflow definition with customized workflow settings.MaintenanceWorkflow(String type, WorkflowSettings settings)Extend maintenance workflow definition with customer workflow settings. -
Uses of WorkflowSettings in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowSettings Modifier and Type Method Description WorkflowSettingsWorkflowSettings.Builder. build()Create workflow settings object.WorkflowSettingsWorkflowDefinition. getSettings()Return the workflow settings.Constructors in io.nflow.engine.workflow.definition with parameters of type WorkflowSettings Constructor Description WorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings)Create a workflow definition with given settings and automatically scanned state methods.WorkflowDefinition(String type, WorkflowState initialState, WorkflowState errorState, WorkflowSettings settings, Map<String,WorkflowStateMethod> stateMethods)Create a workflow definition with given settings and state methods.WorkflowDefinition(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.
-