FormResponse
FormResponse - represents task embedded form.
- Schema
- Example value
{
"id": string,
"processDefinitionKey": string,
"schema": string,
"tenantId": string
}
{
"id": "string",
"processDefinitionKey": "string",
"schema": "string",
"tenantId": "string"
}
Fields
FormResponse.id
● string
non-null
The unique identifier of the embedded form within one process
FormResponse.processDefinitionKey
● string
non-null
Reference to process definition (renamed equivalent of
Form.processDefinitionId
field)
FormResponse.schema
● string
non-null
Form content
FormResponse.tenantId
● string
non-null
Indicates the Tenant ID associated with the returned form
Returned by
Get form
GET