| Package | Description |
|---|---|
| io.nflow.engine.internal.dao | |
| io.nflow.engine.service |
Services for for managing and querying nFlow engine during runtime.
|
| io.nflow.engine.workflow.instance |
Classes for describing and constructing workflow instances.
|
| Modifier and Type | Method and Description |
|---|---|
long |
WorkflowInstanceDao.insertWorkflowInstanceAction(WorkflowInstanceAction action) |
long |
WorkflowInstanceDao.insertWorkflowInstanceAction(WorkflowInstance instance,
WorkflowInstanceAction action) |
void |
WorkflowInstanceDao.updateWorkflowInstanceAfterExecution(WorkflowInstance instance,
WorkflowInstanceAction action,
List<WorkflowInstance> childWorkflows,
List<WorkflowInstance> workflows,
boolean createAction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowInstanceService.updateWorkflowInstance(WorkflowInstance instance,
WorkflowInstanceAction action)
Update the workflow instance in the database if it is currently not running, and insert the workflow instance action.
|
| Modifier and Type | Field and Description |
|---|---|
List<WorkflowInstanceAction> |
WorkflowInstance.actions
The list of actions.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceAction |
WorkflowInstanceAction.Builder.build()
Build the workflow instance action.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance.Builder |
WorkflowInstance.Builder.setActions(List<WorkflowInstanceAction> actions)
Set the workflow instance actions.
|
| Constructor and Description |
|---|
Builder(WorkflowInstanceAction action)
Create a builder for a workflow instance action based on an existing workflow instance action.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.