# Process Administration

## Process design

* 100% web-based .NET 4 application<br>
* Implement workflows graphically in HTML5 without programming<br>
* Process data management (text, numeric, date, time, file)<br>
* Action management (human, automatic, sub-process)<br>
* Notification management (customizable event-based notifications)<br>
* Application management (eForms, import/export, web services, alerts, etc.)<br>
* Roles associated with users and/or groups and/or directories<br>
* Category management (organize processes by category)<br>
* Display automatic report of process definition with debug feature<br>
* Compliance with Workflow Management Coalition (WfMC) standards<br>
* Test workflows on production server

## Process management

* Organize processes within secured folders for easy decentralization<br>
* Delegate process administration per folder<br>
* Import/export process definition in XPDL (XML-based standard)<br>
* One-click deployment of processes from development to production server<br>
* 24/7 process availability: update workflow definition of live processes<br>
* Versioning of workflows<br>
* Use different statuses to manage workflows (active, test, archived, etc.)<br>
* Organize workflows in one or multiple categories for end-users<br>
* Duplicate an existing workflow to create a new one


---

# 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.workflowgen.com/features/9.5/process-administration.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.
