Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

File metadata and controls

26 lines (18 loc) · 1.14 KB

DocumentAction

Properties

Name Type Description Notes
status DocumentActionStatus [optional]
type DocumentActionType [optional]
retryCount BigDecimal The number of times this action has already been attempted [optional]
maxRetries BigDecimal The maximum number of retry attempts allowed for this action [optional]
queueId String Queue Id [optional]
workflowId String Workflow Id [optional]
workflowStepId String Workflow Step Id [optional]
message String Action message information [optional]
userId String User who requested the Action [optional]
insertedDate String Inserted Timestamp [optional]
startDate String Started Timestamp [optional]
completedDate String Completed Timestamp [optional]
parameters Map<String, Object> Action parameters [optional]
metadata Map<String, String> Action metadata [optional]