Workflow Service
Execution Task
Register Task
1min
POST
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique Request ID.
X-COREOS-TID
string
*Tenant ID.
X-COREOS-ACCESS
string
*Access Token.
X-COREOS-USERINFO
string
User Info.
BODY PARAMETERS
body
CreateTaskRequest
description
Description
inputs
object
*Example: [object Object]
Inputs params for ET in JSON Schema.
name
Name
*Unique name
entityCode
string
*Unique entityCode for ET.
output
object
*Example: [object Object]
Output params for ET in JSON Schema.
documentation
string
Documentation link for the task.
tag
Tag[]
Tags for ET.
canMerge
boolean
*Can the ET be merged.
imageUrl
string
Image URL for this task.
meta
object
Example: [object Object]
Add meta data
RESPONSES
201
OK - The request succeeded.
SuccessResponse
error
Error
Error Information.
request
Request
data
object
Example: [object Object]
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
ErrorResponse
error
Error
Error Information.
request
Request


Updated 03 Aug 2023
Did this page help you?