| Package | Description |
|---|---|
| io.nflow.engine.internal.dao | |
| io.nflow.engine.service |
Services for for managing and querying nFlow engine during runtime.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowInstanceDao.getWorkflowInstance(long id,
Set<WorkflowInstanceInclude> includes,
Long maxActions) |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInstanceInclude |
WorkflowInstanceInclude.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInstanceInclude[] |
WorkflowInstanceInclude.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowInstanceService.getWorkflowInstance(long id,
Set<WorkflowInstanceInclude> includes,
Long maxActions)
Return the workflow instance matching the given id.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.