Interface FlowMetaData
- All Known Implementing Classes:
FlowMetaDataImpl
public interface FlowMetaData
Meta-data of a
Flow.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether theFlowshould be instigated within a spawnedThreadState.
-
Method Details
-
getInitialFunctionMetaData
ManagedFunctionMetaData<?,?> getInitialFunctionMetaData()- Returns:
ManagedFunctionMetaDataof the initialManagedFunctionwithin theFlow.
-
isSpawnThreadState
boolean isSpawnThreadState()Indicates whether theFlowshould be instigated within a spawnedThreadState.- Returns:
trueto execute theFlowwithin a spawnedThreadState.
-