Workflow Service
Execution Workflow Instance
Update Task Instance
1min
PUT
PATH PARAMETERS
workflowInstanceId
string
*The Workflow Instance ID in which the task to be updated exists.
taskId
string
*The Task Instance ID which is 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
UpdateTaskInstance
jobId
string
*Job ID of Workflow Instance.
dispatchId
string
*Dispatch ID of the Workflow Instance.
attemptId
number
*Attempt number of the Workflow Instance.
status
string
*Status to be updated.
code
string
Code to be updated.
data
object
*Example: [object Object]
meta
object
*Example: [object Object]
updatedBy
UserInfo
*timestamp
number
*Timestamp of the request.
sequenceId
number
*Sequence number of the Execution Task.
stateName
string
*Task/State name of the taskId.
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?