Workflow Service
Execution Workflow
Register Workflow
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
CreateWorkflowRequest
name
Name
*Unique name
description
Description
tag
Tag[]
Tags for Workflow.
flows
BaseFlow[]
*ETs/EMs for the Workflow.
inputs
BaseInput
*conditions
BaseCondition
*canMerge
boolean
*Can the Workflow be merged.
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?