Properties description

The following table contains all properties of this entity and their description

Property NameDescriptionType
DocumentOperationIdThe document operation identifier.Guid
DocumentIdThe parent document identifier.Guid
SequenceNumberSequence Number to determine in which order this Document Operation
(if more than one) was processed on the Document.
int
ContractNameThe contract name.string
StatusStatus of this document operation.
Created = 0
Running = 1
Completed = 2
Error = 3
ExecutionStatus
StartTimeTime at which the worker started to process this Document Operation.DateTimeOffset
EndTimeTime at which the worker stopped processing this Document Operation.DateTimeOffset
InputMetadataInput metadata associated to this Document Operation, during the
creation process.
string
OutputMetadataOutput metadata produced and available upon completion of this
Document Operation.
string
ErrorMessageDetails on the error that occurred.string
CreatedByUserProfileIdThe user who created this Document Operation.Guid
CreatedDateDate/time at which this Document Operation was created.DateTimeOffset
ModifiedByUserProfileIdThe last user who modified this Document Operation’s properties.Guid
ModifiedDateDate/time at which this Document Operation’s properties were modified for the last
time.
DateTimeOffset
TimestampThe timestamp.byte array