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
| Property | Description |
|---|---|
| id Int64 | Event ID |
Read Only
| Property | Description |
|---|---|
| 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. |