# Create New Process

In this section, you will learn how to **create a new business process from scratch** using ONEWEB.

Starting from **ONEWEB version 4.0.19.10 and later**, users can create applications **only through AppSpace**. Once an application has been created, users can then create one or more **Processes** within that application.

After a process is created, **AppSpace automatically redirects the user to Process Designer**, where the process flow can be visually designed and configured using BPMN‑based modeling.

***

### Purpose of This Section

This section is intended to help you understand:

* How to create a new application in **AppSpace**
* How to create a process within an application
* How Process Designer is launched automatically after process creation
* How to design a process using Process Designer
* How to deploy the created process to a target runtime environment

This forms the starting point for building and running business workflows in ONEWEB.

***

### Application and Process Creation Flow

The high‑level workflow for creating and deploying a process is as follows:

1. Create an application in **AppSpace**
2. Create a new process inside the application
3. AppSpace redirects to **Process Designer**
4. Design the process flow using BPMN elements
5. Configure activities, transitions, and properties
6. Deploy the process to a runtime environment

This workflow separates:

* **Application and process management** (AppSpace)
* **Process modeling and configuration** (Process Designer)
* **Process execution** (Runtime environment)

***

### From Design to Deployment

In addition to process creation, this section also introduces the **deployment concept**, showing how a designed process can be published and made available for execution in a real environment.

Deployment ensures that:

* The process definition is activated
* The process can be started and executed at runtime
* Integrated tasks and services are available to users and systems

***

### Summary

Creating a new process in ONEWEB involves a structured workflow that starts in AppSpace and continues in Process Designer.

Key points:

* Applications and processes are created in **AppSpace**
* Processes are modeled visually in **Process Designer**
* BPMN notation is used for process modeling
* The system automatically transitions from creation to design
* Processes can be deployed for real execution after design

This section provides the foundation for learning how to design, configure, and deploy business processes using ONEWEB Process Designer.


---

# 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/designer-reference/process-designer/create-new-process.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.
