isMemberOfHistory(WfExecutionObject member) Predicate to check if a 'member' is an element of the history.
Parameters: member - An element of the history. throws: WfException - General workflow exception.
Abort the execution of this process or activity.
throws: WfException - General workflow exception. throws: CannotStop - The execution cannot be sopped. throws: NotRunning - The process or activity is not yet running.
Set new state for this process or activity.
Parameters: newState - New state to be set. throws: WfException - General workflow exception. throws: InvalidState - The state is invalid. throws: TransitionNotAllowed - The transition is not allowed.
Search in the history for specific elements.
Parameters: query - Search criteria. Parameters: namesInQuery - elements to search. throws: WfException - General workflow exception throws: HistoryNotAvailable - Found history elements that meet the search criteria.
Getter for history sequence.
Parameters: maxNumber - Maximum number of element in result list. throws: WfException - General workflow exception. throws: HistoryNotAvailable - List of History objects.
Getter for history count.
throws: WfException - Generall workflow exception throws: HistoryNotAvailable - History can not be retrieved Count of history Elements
Predicate to check if a 'member' is an element of the history.
Parameters: member - An element of the history. throws: WfException - General workflow exception. true if the element of the history, false otherwise.
Set the process context
Parameters: newValue - Set new process data. throws: WfException - General workflow exception. throws: InvalidData - The data is invalid. throws: UpdateNotAllowed - Update the context is not allowed.
Set the process context (with previously stored data)
Parameters: newValue - RuntimeData entity key. throws: WfException - General workflow exception. throws: InvalidData - The data is invalid. throws: UpdateNotAllowed - Update the context is not allowed.