Workflow Service
Execution Workflow
Update Workflow
1min
PUT
PATH PARAMETERS
workflowId
string
*Workflow ID which is required to be updated.
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
UpdateWorkflowRequest
description
Description
tag
Tag[]
Updated tags for Workflow.
flows
BaseFlow[]
Updated ETs/EMs for the Workflow.
inputs
BaseInput
conditions
BaseCondition
canMerge
boolean
Updated canMerge status for the Workflow.
meta
object
Example: [object Object]
Add meta data
status
string<ACTIVE | INACTIVE>
updated status of the workflow
RESPONSES
200
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?