TaskRunHistoryType (Complex Type)

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

Information about a single task run. Contains just task run identifier, start and end timestamps. Can be used to search for operation executions created by this task during different runs.
Item Summary  
Name Type Multiplicity Description
taskRunIdentifier property
string
[1,1] Identifier that represents single execution of the task. 
runStartTimestamp property
dateTime
[1,1] The time when the task run was started. 
runEndTimestamp property
dateTime
[0,1] The time when the task run was finished, successfully or unsuccessfully.