Uses of Class
io.nflow.engine.model.ModelObject
Packages that use ModelObject
Package
Description
Classes and interfaces for implementing workflow executor listeners.
Classes and interfaces for describing and implementing workflow definitions.
Classes for describing workflow executors.
Classes for describing and constructing workflow instances.
Classes for describing nFlow statistics.
-
Uses of ModelObject in io.nflow.engine.internal.workflow
Subclasses of ModelObject in io.nflow.engine.internal.workflowModifier and TypeClassDescriptionclassclassstatic classstatic classclassclass -
Uses of ModelObject in io.nflow.engine.listener
Subclasses of ModelObject in io.nflow.engine.listenerModifier and TypeClassDescriptionstatic classListenerContext 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.curatedModifier and TypeClassDescriptionclassBulk child workflow executor that does not overflow the system.classWorkflow that wakes up periodically to execute a task.classClean up workflow instances periodically.classA 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.definitionModifier and TypeClassDescriptionclassclassThe base class for all workflow definitions.classclassConfiguration for the workflow execution. -
Uses of ModelObject in io.nflow.engine.workflow.executor
Subclasses of ModelObject in io.nflow.engine.workflow.executor -
Uses of ModelObject in io.nflow.engine.workflow.instance
Subclasses of ModelObject in io.nflow.engine.workflow.instanceModifier and TypeClassDescriptionclassParameters for workflow instance query.classAn instance of a workflow.classAn execution of a workflow instance state. -
Uses of ModelObject in io.nflow.engine.workflow.statistics
Subclasses of ModelObject in io.nflow.engine.workflow.statistics