Skip to main content
Version: Next

Complete a user task

POST 

/user-tasks/:userTaskKey/completion

Completes a user task with the given key.

Request

Path Parameters

    userTaskKey int64required

    The key of the user task to complete.

Body

    variables objectnullable

    The variables to complete the user task with.

    property name* anynullable

    Additional properties allowed.

    action stringnullable

    A custom action value that will be accessible from user task events resulting from this endpoint invocation. If not provided, it will default to "complete".

Responses

The user task was completed successfully.

Loading...