# GETPROCESSDATA Workflow Application

## Overview

The **GETPROCESSDATA** workflow application lets you retrieve process data values for a specified request. It is very useful for inter-process communications.

As an initial sub-process action, GETPROCESSDATA provides a flexible alternative to the sub-process parameters, since it involves no versioning management constraints with the parent process.

## Using default and other parameters

### Request

The required parameter request is `REQUEST_ID` (IN, numeric): the request ID that contains the process data to retrieve.

### Activity

The other parameters are defined in the workflow action according to your needs.

* **Parameter name**: The name of the remote process data to retrieve
* **Receive value into**: The process data to update

#### 📌 Example

To retrieve the value of the `COMPANY` process data into the `CUSTOMER_COMPANY` process data:

* **Parameter name**: `COMPANY`&#x20;
* **Receive value into**: `CUSTOMER_COMPANY`

The process data types must be the same. You can add an exception management to handle possible errors (e.g. invalid request ID).


---

# 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/admin/8.3/getprocessdata-workflow-application.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.
