> For the complete documentation index, see [llms.txt](https://activiti.gitbook.io/activiti-7-developers-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://activiti.gitbook.io/activiti-7-developers-guide/overview/comformance/set-3-basic-user-task-assignments.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
