| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional<String> | ➖ | The name of the workflow. | |
author |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
createTimestamp |
Optional<Long> | ➖ | Server Unix timestamp of the creation time. | |
lastUpdateTimestamp |
Optional<Long> | ➖ | Server Unix timestamp of the last update time. | |
lastUpdatedBy |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
permissions |
Optional<ObjectPermissions> | ➖ | N/A | |
id |
Optional<String> | ➖ | The ID of the workflow. |