Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 11.3 KB

File metadata and controls

20 lines (17 loc) · 11.3 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.
webhookUrl Optional<String> For a CUSTOM_WEBHOOK-triggered agent, the full inbound webhook URL (.../webhooks/custom/) minted for the agent. Empty for other trigger types.