Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 10.1 KB

File metadata and controls

19 lines (16 loc) · 10.1 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.
lastDraftSavedAt Optional<Long> Server Unix timestamp of the last time the draft was saved.
lastDraftSavedBy Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
lastDraftGitAuthorId Optional<String> ID of the VCS user (e.g. GitHub username) who last saved the draft. Set only by the draft save path via the external Git integration API.
lastUpdatedBy Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
permissions Optional<ObjectPermissions> N/A
id Optional<String> The ID of the workflow.
verified Optional<Boolean> When present, indicates this workflow is admin-verified. Set via the dedicated admin settings endpoint, not by regular edits.
showOrganizationAsAuthor Optional<Boolean> When true, displays organization name instead of author name in agent card. Set via the dedicated admin settings endpoint, not by regular edits.