public interface AbstractFlowContextStatus
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getEffectivePriority()
Returns the effective priority of this flow context.
|
long |
getId()
Returns the flow context ID for this flow context.
|
java.lang.String |
getName()
Returns the name of the trigger or action that the running flow context is
currently executing.
|
int |
getPriority()
Returns the priority of this flow context.
|
SubState |
getSubState()
Returns the sub-state that the running flow context is currently in.
|
SuperState |
getSuperState()
Returns the super-state that the running flow context is currently in,
which is either NORMAL or ERROR.
|
int getEffectivePriority()
getPriority()
,
Configuration.FAIRNESS_TIME_WINDOW
long getId()
java.lang.String getName()
int getPriority()
getEffectivePriority()
SubState getSubState()
SuperState getSuperState()
© 2000-2025 Flux Corporation. All rights reserved.