# Task Parallelism

The Task Parallelism sample project demonstrates how to use the appRules Parallel activity to implement Task Parallelism in appRules projects.

&#x20;

<figure><img src="/files/HqQ6PcrxVfdHEYweuXtH" alt=""><figcaption></figcaption></figure>

* This is a very simple sample that launches three jobs that run in parallel in the background.&#x20;
* The jobs which are based on the Infinite Loop project, are launched using the ExecuteWorkflow activity.
* To add a Parallel activity, drag it from the Control Flow module of the Toolbox.
* The project has been preset to run in the background.
* &#x20;When you run the sample project, you can view or cancel  the job(s) using the appRules Job Monitor.&#x20;

&#x20;


---

# 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://docs.appstrategy.com/apprules-r-documentation/samples/sample-projects/miscellaneous/task-parallelism.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.
