Flow Context Status


Represents the state of a running flow in a flow chart.

Tag Library Information
Display NameFlow Context Status
Short NameflowContextStatus
 

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
getSubStateSee FlowContextStatus.getSubState() Javadoc.
getSuperStateSee FlowContextStatus.getSuperState() Javadoc.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.