# Process Designer

A **Process** is a set of related activities that work together to achieve a specific business goal.\
In ONEWEB, business processes are designed, configured, and executed using the **Process Designer (PD)**.

**Process Designer** is a graphical modeling tool based on **BPMN (Business Process Model and Notation)** standards. It allows users to visually design and implement business processes using an intuitive **drag‑and‑drop interface**, without requiring complex coding.

***

### Purpose of Process Designer

Process Designer is designed to help users:

* Model end‑to‑end business workflows
* Define the sequence and logic of business activities
* Configure user tasks, system actions, and decision logic
* Visualize process flow using standardized BPMN notation
* Easily maintain and modify processes as business requirements change

This makes Process Designer suitable for both technical users and business users involved in workflow design.

***

### Key Characteristics

Process Designer in ONEWEB provides:

* **BPMN‑based modeling**\
  Uses standard BPMN elements to represent real‑world business processes clearly and consistently.
* **Visual, drag‑and‑drop design**\
  Process elements can be added, arranged, and configured directly on the canvas.
* **Configurable process logic**\
  Supports defining conditions, transitions, and execution paths within the process.
* **Separation of design and execution**\
  Processes are modeled visually and then executed by the ONEWEB runtime engine.

***

### Role within ONEWEB Platform

Process Designer serves as the **core workflow modeling component** of ONEWEB, enabling the orchestration of:

* Human tasks
* System‑driven activities
* Service integrations
* Business rules and decisions

It works together with other ONEWEB components such as Page Designer, Microflow, and Runtime Services to deliver complete business process solutions.

***

### Summary

**Process Designer** is a key tool in ONEWEB for designing and implementing business workflows.

Key points:

* Processes represent coordinated business activities
* ONEWEB Process Designer is BPMN‑based
* Uses a graphical, drag‑and‑drop interface
* Enables easy configuration and maintenance of business processes
* Acts as the foundation for workflow execution in ONEWEB

This reference section provides the conceptual foundation for understanding and using Process Designer effectively within the ONEWEB platform.


---

# 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.onewebstack.com/oneweb-platform-th/designer-reference/process-designer.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.
