Skip to main content
Version: Next

Return user task form

GET 

/user-tasks/:userTaskKey/form

Get the form of a user task.

note

This endpoint will only return linked forms. This endpoint does not support embedded forms.

note

This endpoint is an alpha feature and not enabled on Camunda clusters out of the box. See the Camunda 8 REST API overview for further details.

Request

Path Parameters

    userTaskKey int64required

    The user task key.

Responses

The form is successfully returned.

Schema
    formKey int64

    The key of the form.

    tenantId string

    The tenant ID of the form.

    bpmnId string

    The BPMN ID of the form.

    schema object

    The schema of the form.

    version int64

    The version of the form.

Loading...