# BPMN Comformance Set 3

This scenario goes deeper into assignments and checking that the right data is return by the APIs when User Tasks with different configurations are provided.

* [User Task 1 assigned to User 1 followed by User Task 2 with Candidate Group 1](/activiti-7-developers-guide/overview/comformance/set-3-basic-user-task-assignments.md)
  * User 1 should see User Task which is assigned
  * User 1 should be able to complete his/her task
  * User 1 and User 3 should see the next task where they are candidates
  * User 2 should never see any task
* [User Task 1 with Candidate Group 1 followed by User Task 2 with Candidate Group 2](/activiti-7-developers-guide/overview/comformance/set-3-basic-user-task-assignments.md)
  * User 1 should only see Task 1
* [User Task 1 with Candidate Group 1, User 1 claim and add Candidate User 2](https://github.com/Activiti/activiti-7-developers-guide/tree/62c5c296beb1f7ed93c7f1e7c72672442b5ad4c4/comformance/UserTaskCandidateAPIsRuntimeTest/README.md)
  * User 1 should be able to claim the task
  * User 1 should be able to add candidate User 2
  * User 1 should release the task
  * User 2 should be able to see the task as candidate
* [User Task 1 with Candidate Group 1, User 1 claim and add Candidate Group 2](https://github.com/Activiti/activiti-7-developers-guide/tree/62c5c296beb1f7ed93c7f1e7c72672442b5ad4c4/comformance/UserTaskCandidateAPIsRuntimeTest/README.md)
  * User 1 should be able to claim the task
  * User 1 should be able to add candidate User 2
  * User 1 should release the task
  * User 2 should be able to see the task as candidate


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://activiti.gitbook.io/activiti-7-developers-guide/overview/comformance/set-3-basic-user-task-assignments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
