| Package | Description |
|---|---|
| brainslug.flow.context |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowProperties<SelfType extends FlowProperties,PropertyType> |
| Modifier and Type | Method and Description |
|---|---|
FlowProperties<?,ExecutionProperty<?>> |
TriggerContext.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerContext.setProperties(FlowProperties executionProperties) |
Identifier |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowNodeDefinition startNode,
FlowProperties properties)
start an instance of the given flow definition
|
Identifier |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowProperties properties)
start an instance with the start node definition
there must only be one definied
|
Identifier |
BrainslugContext.startFlow(Identifier definitionId,
FlowProperties properties)
start the flow at the given startNodeId
|
Identifier |
BrainslugContext.startFlow(Identifier definitionId,
Identifier startNodeId,
FlowProperties properties)
start the flow at the given startNodeId
|
Copyright © 2015. All rights reserved.