FormResponse
FormResponse - represents task embedded form.
- Schema
- Example value
{
"id": string,
"processDefinitionKey": string,
"schema": string
}
{
"id": "string",
"processDefinitionKey": "string",
"schema": "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.processDefinitionIdfield)
FormResponse.schema ● string non-null
Form content
Returned by
Get form GET