Update task instance
POST/flow_instances/:flowInstanceId/relationships/container_instances/:containerInstanceId/relationships/process_instances/:processInstanceId/relationships/task_instances/:taskInstanceId
Update task instance
Request
Path Parameters
The workflow instance id
The container instance id
The process instance id
The task instance id
Header Parameters
Every request should has X-Domain Header, in the UUIDv4 format. The X-Domain can be get from the Tenant Integrations page
An X-API-KEY key is a token that a client provides with a X-API-SECRET when making API calls, used instead of the JWT
An X-API-SECRET key is a token that a client provides with a X-API-KEY when making API calls, used instead of the JWT
- application/vnd.api+json
Body
Array [
Array [
]
]
data
object
The id of the section instance
attributes
object
The name of the section instance
The id of the section instance after which the current section instance is placed in the form. If the section instance is first in the form instance, the value will be null
The flag that indicate that the section instance will not or will be shown in the print
The reference of the section
The date and time when the form instance was created
The date and time when the form instance was last time updated
relationships
object
field_instances
object
The instance of the field
data
object[]
The id of the field instance
attributes
object
The title of the field instance
Possible values: [checkbox
, date
, file
, html
, label
, radio
, select
, service_file
, slider
, text
, textarea
]
The system supported a few types of the fields
The reference of the field
The id of the field instance after which the current filed instance is placed in the section instance. If the field instance is first in the section instance, the value will be null
The flag that indicate that the field instance will not or will be shown in the print
The flag that indicates that the filed instance will not or will be shown in the Fill Form
The date and time when the field instance was created
The date and time when the field instance was last time updated
relationships
object
data_instances
object
data
object[]
Tbe if of the grouper instance
attributes
object
The value of the data instance
The value reference of the data instance
The weight used to sort the properties in the data instance
Responses
- 200
- 401
- 404
- 500
The "true" value of the acknowledge means that the request is correct and the "false" is incorrect
- application/vnd.api+json
- Schema
- Example (from schema)
Schema
The value of the acknowledge
{
"acknowledge": true
}
Unauthorized exception
- application/vnd.api+json
- Schema
- Example (from schema)
Schema
The response status code of the error
The title of the error
{
"status": 401,
"code": 0,
"title": "Unauthorized"
}
The response body of the Not Found Error
- application/vnd.api+json
- Schema
- Example (from schema)
Schema
The response status code of the error
The title of the error
{
"status": 404,
"code": 404,
"title": "Not Found"
}
That means something has gone wrong on the server, and the server returns more specific about what the exact problem is
- application/vnd.api+json
- Schema
- Example (from schema)
Schema
The type of the error
The status of the error
The title of the error
The request body
The internal trace
{
"id": {},
"type": "errors",
"links": [
"string"
],
"status": 0,
"code": 0,
"title": "string",
"detail": "string",
"source": {},
"meta": {}
}