| Package | Description |
|---|---|
| brainslug.flow.context |
| Modifier and Type | Method and Description |
|---|---|
FlowInstance |
ExecutionContext.getInstance() |
FlowInstance |
BrainslugContext.startFlow(FlowDefinition flowDefinition)
start an instance with the start node definition
there must only be one definied
|
FlowInstance |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowInstanceProperties properties)
start an instance with the start node definition
there must only be one definied
|
FlowInstance |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowNodeDefinition startNode,
FlowInstanceProperties properties)
start an instance of the given flow definition
|
FlowInstance |
BrainslugContext.startFlow(Identifier definitionId)
start the flow at the given startNodeId
|
FlowInstance |
BrainslugContext.startFlow(Identifier definitionId,
FlowInstanceProperties properties)
start the flow at the given startNodeId
|
FlowInstance |
BrainslugContext.startFlow(Identifier definitionId,
Identifier startNodeId)
start the flow at the given startNodeId
|
FlowInstance |
BrainslugContext.startFlow(Identifier definitionId,
Identifier startNodeId,
FlowInstanceProperties properties)
start the flow at the given startNodeId
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends FlowInstance> |
BrainslugContext.findInstances(FlowInstanceSelector instanceSelector)
find the flow instance matching the given instance selector
|
Copyright © 2015. All rights reserved.