Skip to main content
Version: Next

Get user task form

GET 

/user-tasks/:userTaskKey/form

Get the form of a user task.

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

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...