BPM Error Code: TASK_USER_NOT_AUTHORIZED

HTTP status code: 403 (Forbidden)

BPM error code: TASK_USER_NOT_AUTHORIZED

Reason

The user who sent the request is not authorized to access the task or to perform the action.

This could have the following reasons:

  • The user is no potential owner of the task instance.
  • The syntax of the given task instance ID is valid, but there is no task instance on the system for the given ID.
  • The task instance is already processed by another user and is claimed, completed or failed.

Solution

To correct this problem, perform the following steps:

  • Ensure that the user is a potential owner of the task.
  • Check the correctness of the given task instance ID.
  • The task is already processed by another user and the user who sent the request is no longer allowed to work on this task. If the task is not yet in a final state, for example, completed or failed, the task can be released to make it again accessible to other potential owners.