| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional[str] | ➖ | The name of the workflow. | |
author |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
create_timestamp |
Optional[int] | ➖ | Server Unix timestamp of the creation time. | |
last_update_timestamp |
Optional[int] | ➖ | Server Unix timestamp of the last update time. | |
last_updated_by |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
permissions |
Optional[models.ObjectPermissions] | ➖ | N/A | |
id |
Optional[str] | ➖ | The ID of the workflow. |