# Cycle

An activity represents a sequence of tasks that need to be executed in a specific order to achieve a desired business outcome.&#x20;

A process instance is a specific occurrence or execution of a business process.

Activity instances track the progress and can be independently monitored and managed.

**Cycle** help in creating multiple process flow Instances or occurrences to be deployed within the organization, for the activities assigned for the process. An active cycle for an authorized user will display in their MY Activities page.

*More on* [**My Activities**](/process-definition/process/cycle/my-activities.md)

### Objective &  Benefits

**Efficient Managemen**&#x74;**:** Grouping instances allows for easier management and monitoring of multiple process flows. It enables you to track and analyze the overall performance, progress, and outcomes of a set of related instances collectively.

**Bulk Processing:** When instances are grouped together, it becomes possible to process them in bulk, which can significantly improve efficiency and reduce processing time. Instead of handling each instance individually, you can apply operations, optimizations, or analyses to the entire group simultaneously.

**Optimization and Continuous Improvement**: Analyzing groups of instances provides insights into bottlenecks, inefficiencies, or areas for improvement within the process flow. It enables optimization efforts to enhance the overall performance, reliability, and effectiveness of the process flow.

**Parallel Execution:** Grouping instances enables parallel execution, where multiple instances within the group can be processed simultaneously. This can lead to faster completion times and increased throughput, especially when instances are independent of each other.


---

# 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://help.justperform.com/process-definition/process/cycle.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.
