Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.16 KB

File metadata and controls

14 lines (11 loc) · 3.16 KB

Workflow

Fields

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.