Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.51 KB

File metadata and controls

14 lines (11 loc) · 3.51 KB

Workflow

Fields

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.