| Tag Summary |
| getEffectivePriority |
Returns the effective priority of the specified flow
context Status.
It is possible that higher priority jobs will run so frequently as to
prevent lower priority jobs from running at an acceptable rate. This
behavior is called "starvation", that is, lower priority jobs can be
starved or prevented from running as frequently as desired.
If the engine configuration property JOB_FAIRNESS_TIME_WINDOW is enabled,
a starved job's priority is increased over time to provide it an
opportunity to run.
This increased job priority is called the job's "effective priority".
|
| getFailureErrorResult |
If the specified flow context status is in the ERROR super-state and the
FAILED sub-state, returns the error result that describes how the
specified flow context entered this state.
If this flow context status is not in the ERROR super-state and the FAILED
sub-state, this method returns null.
|
| getName |
Returns the trigger or action that the running flow context
is currently executing. The name returned will be the last trigger or action
that ran when the last transaction committed.
|
| getPriority |
Returns the priority of the specified flow context
|
| getSubState | See FlowContextStatus.getSubState() Javadoc. |
| getSuperState | See FlowContextStatus.getSuperState() Javadoc. |