| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.instance |
| Modifier and Type | Method and Description |
|---|---|
FlowInstanceProperties<?,FlowInstanceProperty<?>> |
TriggerContext.getProperties() |
FlowInstanceProperties<?,FlowInstanceProperty<?>> |
ExecutionContext.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerContext.setProperties(FlowInstanceProperties executionProperties) |
void |
ExecutionContext.setProperties(FlowInstanceProperties executionProperties) |
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,
FlowInstanceProperties properties)
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 | Interface and Description |
|---|---|
interface |
FlowInstanceProperties<SelfType extends FlowInstanceProperties,PropertyType> |
| Modifier and Type | Method and Description |
|---|---|
FlowInstanceProperties |
FlowInstance.getProperties() |
Copyright © 2015. All rights reserved.