| 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 |
|---|---|
boolean |
WorkflowInstanceDao.setSignal(long workflowInstanceId,
Optional<Integer> signal,
String reason,
WorkflowInstanceAction.WorkflowActionType actionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowInstanceService.setSignal(long workflowInstanceId,
Optional<Integer> signal,
String reason,
WorkflowInstanceAction.WorkflowActionType actionType)
Set signal value for given workflow instance.
|
| Modifier and Type | Field and Description |
|---|---|
WorkflowInstanceAction.WorkflowActionType |
WorkflowInstanceAction.type
The type of action.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInstanceAction.WorkflowActionType |
WorkflowInstanceAction.WorkflowActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInstanceAction.WorkflowActionType[] |
WorkflowInstanceAction.WorkflowActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceAction.Builder |
WorkflowInstanceAction.Builder.setType(WorkflowInstanceAction.WorkflowActionType actionType)
Set the trigger type of the action.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.