WfContextType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Workflow context of the operation that is to be executed. Points to a process instance in a workflow engine, and to an externalized view of its state. Beware, some attributes like process state or work items may not be always present.
Item Summary  
Name Type Multiplicity Description
processInstanceId property
string
[1,1]  
processName property
string
[1,1]  
processInstanceName property
string
[1,1]  
startTimestamp property
dateTime
[0,1]  
endTimestamp property
dateTime
[0,1]  
requesterRef reference
ObjectReferenceType
[0,1] User who requested the respective operation was carried out. 
objectRef reference
ObjectReferenceType
[0,1]  
targetRef reference
ObjectReferenceType
[0,1]  
approvedByRef reference
ObjectReferenceType
[0,-1] User(s) who approved current operation. 
rootTaskRef reference
ObjectReferenceType
[0,1] This property is put into model task (i. 
state property
string
[1,1]  
approved property
boolean
[0,1]  
answer property
string
[0,1]  
changeProcessor property
string
[0,1]  
processInterface property
string
[0,1]  
processorSpecificState container
WfProcessorSpecificStateType
[1,1] State that is specific to a given change processor. 
processSpecificState container
WfProcessSpecificStateType
[1,1] State that is specific to a given BPMN process. 
workItem container
WorkItemType
[0,-1] Currently open work items for this process.