Properties description

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

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