Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 981 Bytes

File metadata and controls

15 lines (13 loc) · 981 Bytes

Core API map

Need Python type Reference
Configure transport and auth Configuration / OrkesClients connection/authentication
Run workflow executions WorkflowExecutor / WorkflowClient WORKFLOW.md
Poll and update tasks TaskHandler / TaskClient TASK_MANAGEMENT.md
Manage definitions MetadataClient METADATA.md
Schedule workflows SchedulerClient SCHEDULE.md
Manage schemas SchemaClient schema client
Manage secrets and integrations SecretClient / IntegrationClient security
Compile, deploy, run, signal agents AgentClient / AgentRuntime agent control plane

Python does not currently expose a public workflow-scoped FileClient; use the server and task capabilities appropriate to your deployment instead.