/
OR
orkescloud
/
Orkes Conductor API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 22h ago
Details
Filter operations
a-2-a-callback-resource
2
admin-resource
5
API Gateway
26
application-resource
15
audit-resource
3
authorization-resource
5
context-controller
1
environment-resource
7
event-execution-resource
2
event-message-resource
2
event-resource
16
global-schema-resource
2
group-resource
10
health-check-resource
1
human-task
14
human-task-resource
1
incoming-webhook-resource
2
integration-resource
26
limits-resource
1
LLM
3
metadata-resource
12
get
Gets all task definition
put
Update an existing task
post
Create or update task definition(s)
get
Gets the task definition
delete
Remove a task definition
get
Retrieves all workflow definition along with blueprint
put
Create or update workflow definition(s)
post
Create a new workflow definition
post
Imports bpmn workflow
post
Upload all workflows and tasks definitions to Object storage if configured
get
Retrieves workflow definition along with blueprint
delete
Removes workflow definition. It does not remove workflows associated with the definition.
metrics-resource
1
org-config-resource
1
orkes-agent-controller
39
prompt-resource
14
provider-controller
1
queue-admin-resource
2
role-resource
9
scheduler-bulk-resource
2
scheduler-resource
18
schema-resource
6
secret-resource
13
service-registry-resource
15
sharing-resource
3
tags
11
task-resource
18
token-resource
2
user-form
6
user-form-template-resource
3
user-resource
6
version-resource
1
webhooks-config-resource
8
workflow-bulk-resource
6
workflow-resource
32
metadata-resource
Create a new workflow definition
post
/api/metadata/workflow
Query parameters
overwrite
boolean
newVersion
boolean
Request body
ExtendedWorkflowDef
required
cacheConfig
CacheConfig
createTime
integer
createdBy
string
description
string
enforceSchema
boolean
failureWorkflow
string
failureWorkflowVersion
integer
inputParameters
string[]
inputSchema
SchemaDef
inputTemplate
object
maskedFields
string[]
metadata
object
name
string
required
outputParameters
object
outputSchema
SchemaDef
overwriteTags
boolean
ownerApp
string
ownerEmail
string
rateLimitConfig
RateLimitConfig
restartable
boolean
schemaVersion
integer
tags
Tag[]
tasks
WorkflowTask[]
required
timeoutPolicy
'TIME_OUT_WF'
|
'ALERT_ONLY'
timeoutSeconds
integer
required
updateTime
integer
updatedBy
string
variables
object
version
integer
workflowStatusListenerEnabled
boolean
workflowStatusListenerSink
string
Response
OK
Changes