The WorkFlowContext object represents the current context of the workflow. It encapsulates various parts of information. The autoPersist attribute allows you to set in context whether persistence should occur upon every page transition or not. It is left up to the actual implementor to implement the actual page persistence mechanism.
It contains the current workflow SessionHistory
: information captured and tracked during the pass through a workflow. It holds a reference to the current State
of the workflow which also holds information about the view ID (if present) that should be displayed in accordance with the current state.
Anonymous