/
OR
orkescloud
/
Orkes Conductor API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 46m ago · Updated 21h 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
get
API for backpopulating index data
delete
If the workflow is disconnected from tasks, this API can be used to clean up (in bulk)
delete
If the workflow is disconnected from tasks, this API can be used to clean up
get
Get list of task display names applicable for the user
post
Search human tasks
post
Update task output, optionally complete
get
Get a task
post
Claim a task by authenticated Conductor user
post
Claim a task to an external user
post
Reassign a task without completing it
post
Release a task without completing it
post
If a task is assigned to a user, this API can be used to skip that assignment and move to the next assignee
post
Update task output, optionally complete
delete
Delete a version of form template by name
human-task-resource
1
incoming-webhook-resource
2
integration-resource
26
limits-resource
1
LLM
3
metadata-resource
12
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
human-task
Search human tasks
post
/api/human/tasks/search
Request body
HumanTaskSearch
required
assignees
HumanTaskUser[]
claimants
HumanTaskUser[]
definitionNames
string[]
displayNames
string[]
fullTextQuery
string
searchType
'ADMIN'
|
'INBOX'
size
integer
start
integer
states
string[]
taskInputQuery
string
taskOutputQuery
string
taskRefNames
string[]
updateEndTime
integer
updateStartTime
integer
workflowIds
string[]
workflowNames
string[]
Response
OK
HumanTaskSearchResult
required
hits
integer
pageSizeLimit
integer
results
HumanTaskEntry[]
start
integer
totalHits
integer
Changes