/
OR
orkescloud
/
Orkes Conductor API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 8h 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
Update an existing task
put
/api/metadata/taskdefs
Request body
ExtendedTaskDef
required
backoffJitterMs
integer
backoffScaleFactor
integer
baseType
string
concurrentExecLimit
integer
createTime
integer
createdBy
string
description
string
enforceSchema
boolean
executionNameSpace
string
inputKeys
string[]
inputSchema
SchemaDef
inputTemplate
object
isolationGroupId
string
maxRetryDelaySeconds
integer
name
string
required
outputKeys
string[]
outputSchema
SchemaDef
overwriteTags
boolean
ownerApp
string
ownerEmail
string
pollTimeoutSeconds
integer
rateLimitFrequencyInSeconds
integer
rateLimitPerFrequency
integer
responseTimeoutSeconds
integer
retryCount
integer
retryDelaySeconds
integer
retryLogic
'FIXED'
|
'EXPONENTIAL_BACKOFF'
|
'LINEAR_BACKOFF'
runtimeMetadata
string[]
tags
Tag[]
taskStatusListenerEnabled
boolean
timeoutPolicy
'RETRY'
|
'TIME_OUT_WF'
|
'ALERT_ONLY'
timeoutSeconds
integer
required
totalTimeoutSeconds
integer
updateTime
integer
updatedBy
string
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.