WfProcessInstanceType (Complex Type)

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

Supertype: ObjectType
Information about workflow process instance. Beware, the list of work items (workItems) may not be always present. It depends on situation, e.g. when retrieving list of process instances, we do not populate this attribute. When retrieving specific instance, we usually do.
Item Summary  
Name Type Multiplicity Description
name property
PolyStringType
[0,1] Human-readable, mutable name of the object. 
description property
string
[0,1] Free-form textual description of the object. 
fetchResult property
OperationResultType
[0,1] Result of the operation that fetched this instance of the object. 
extension container
ExtensionType
[0,1] Container that provides generic extensibility mechanism. 
parentOrgRef reference
ObjectReferenceType
[0,-1] Set of the orgs (organizational units, projects, teams) that the object relates to. 
trigger container
TriggerType
[0,-1] Defines triggers for an object. 
metadata container
MetadataType
[0,1] Meta-data about object creation, modification, etc. 
tenantRef reference
ObjectReferenceType
[0,1] Reference to the tenant to which this object belongs. 
processInstanceId property
string
[1,1]  
startTimestamp property
dateTime
[0,1]  
endTimestamp property
dateTime
[0,1]  
finished property
boolean
[0,1]  
answer property
string
[0,1]  
stateRef reference
ObjectReferenceType
[0,1] (Externalized) process instance state stored as PrismObject. 
workItemsRef reference
ObjectReferenceType
[0,-1] Work items that are part of this process instance.