| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateExecutionImpl |
class |
StoredWorkflowDefinition |
static class |
StoredWorkflowDefinition.Signal |
static class |
StoredWorkflowDefinition.State |
class |
WorkflowStateMethod |
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowExecutorListener.ListenerContext
ListenerContext instance is created at start of workflow state execution and passed to listener's
life-cycle methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkWorkflow
Bulk child workflow executor that does not overflow the system.
|
class |
CronWorkflow
Workflow that wakes up periodically to execute a task.
|
class |
MaintenanceWorkflow
Clean up workflow instances periodically.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWorkflowDefinition<S extends WorkflowState>
The base class for all workflow definitions.
|
class |
NextAction |
class |
WorkflowDefinition<S extends Enum<S> & WorkflowState>
The base class for enum based workflow definitions.
|
class |
WorkflowDefinitionStatistics |
class |
WorkflowSettings
Configuration for the workflow execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowExecutor
Describes one workflow executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryWorkflowInstances
Parameters for workflow instance query.
|
class |
WorkflowInstance
An instance of a workflow.
|
class |
WorkflowInstanceAction
An execution of a workflow instance state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Statistics |
static class |
Statistics.QueueStatistics |
Copyright © 2014–2020 Nitor Creations. All rights reserved.