Pending Work Events

A PendingWorkEvent is a log record for pending file work failures, such as GPG Encryption and GPG Decryption.

Data Source Schema

Required

PropertyDescription
id
Int64
Event ID

Read Only

PropertyDescription
event_type
String
Type of pending work event being recorded.
status
String
Status of event.
Possible values: success, failure, partial_failure, in_progress, skipped
body
String
Event body.
event_errors
List
Event errors.
created_at
String
Event create date/time.
body_url
String
Link to log file.
folder_behavior_id
Int64
Folder Behavior ID.

Example Data Source

data "files_pending_work_event" "example_pending_work_event" {
  id = 1
}