Uses of Class
io.nflow.engine.model.ModelObject
-
Packages that use ModelObject Package Description io.nflow.engine.internal.workflow io.nflow.engine.listener Classes and interfaces for implementing workflow executor listeners.io.nflow.engine.workflow.curated io.nflow.engine.workflow.definition Classes and interfaces for describing and implementing workflow definitions.io.nflow.engine.workflow.executor Classes for describing workflow executors.io.nflow.engine.workflow.instance Classes for describing and constructing workflow instances.io.nflow.engine.workflow.statistics Classes for describing nFlow statistics. -
-
Uses of ModelObject in io.nflow.engine.internal.workflow
Subclasses of ModelObject in io.nflow.engine.internal.workflow Modifier and Type Class Description classStateExecutionImplclassStoredWorkflowDefinitionstatic classStoredWorkflowDefinition.Signalstatic classStoredWorkflowDefinition.StateclassWorkflowStateMethod -
Uses of ModelObject in io.nflow.engine.listener
Subclasses of ModelObject in io.nflow.engine.listener Modifier and Type Class Description static classWorkflowExecutorListener.ListenerContextListenerContext instance is created at start of workflow state execution and passed to listener's life-cycle methods. -
Uses of ModelObject in io.nflow.engine.workflow.curated
Subclasses of ModelObject in io.nflow.engine.workflow.curated Modifier and Type Class Description classBulkWorkflowBulk child workflow executor that does not overflow the system.classCronWorkflowWorkflow that wakes up periodically to execute a task.classMaintenanceWorkflowClean up workflow instances periodically.classStateA simple implementation of the WorkflowState interface that can be used in any workflow definition, if more advanced implementation is not needed. -
Uses of ModelObject in io.nflow.engine.workflow.definition
Subclasses of ModelObject in io.nflow.engine.workflow.definition Modifier and Type Class Description classNextActionclassWorkflowDefinitionThe base class for all workflow definitions.classWorkflowDefinitionStatisticsclassWorkflowSettingsConfiguration for the workflow execution. -
Uses of ModelObject in io.nflow.engine.workflow.executor
Subclasses of ModelObject in io.nflow.engine.workflow.executor Modifier and Type Class Description classWorkflowExecutorDescribes one workflow executor. -
Uses of ModelObject in io.nflow.engine.workflow.instance
Subclasses of ModelObject in io.nflow.engine.workflow.instance Modifier and Type Class Description classQueryWorkflowInstancesParameters for workflow instance query.classWorkflowInstanceAn instance of a workflow.classWorkflowInstanceActionAn execution of a workflow instance state. -
Uses of ModelObject in io.nflow.engine.workflow.statistics
Subclasses of ModelObject in io.nflow.engine.workflow.statistics Modifier and Type Class Description classStatisticsstatic classStatistics.QueueStatistics
-