# Process Verification

After installing the ONEWEB Process Components, the **Process layer** should be verified to ensure that workflow design and process modeling features are functioning correctly.

This verification focuses on **Process Designer**, which is used to create, manage, and deploy business processes.

***

#### Verify Process Designer Access

Open a web browser and log in to the ONEWEB platform using the following URL:

```
http://<Application Server IP>:<Port>/FrontWeb
```

A successful login confirms that:

* Application Server is running
* Authentication and authorization services are available
* The ONEWEB user interface is accessible

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FHNezFETSCm8lXPK4XqCR%2F0?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Create a New Process Project

Once logged in:

1. Navigate to **Process Designer**
2. Select **Create Blank Project**

This step verifies that:

* Process Designer is deployed correctly
* Database connectivity for process metadata is functional

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FdPOlkZyNTDkXbNQaAGuo%2F1?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Create a Sample Process

Create a new process with the following name:

```
Occurrence Management
```

This confirms that:

* New process definitions can be created
* Process configuration can be saved successfully

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FleYNk8Fy1HCjf6ZUbjD4%2F2?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Import Process Definition

Import the process definition file for **Occurrence Management**.

This step verifies that:

* File upload functionality is working
* Process import logic is operational
* Process artifacts can be managed by the system

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FbLl3QEIQNIMdJGqsqh57%2F3?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Open Process Design Tool

After importing the process definition:

* Open the process in the **design tool**

This confirms that:

* The visual process editor is functioning
* Process elements can be rendered and edited
* Process Designer UI is fully operational

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FBhOvaD4NnGKYKeDWzU9G%2F4?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Verification Result

If all steps above complete successfully, it confirms that:

* ONEWEB Process Designer is accessible
* Process metadata can be created and stored
* Process files can be imported and managed
* Visual process modeling features are working

The ONEWEB Process Components are now verified and ready for:

* Workflow design
* Process deployment
* Runtime execution verification


---

# 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/getting-started/platform-configuration/platform-components-overview-and-management/verify-oneweb-installation/process-verification.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.
