STARTPROCESS Workflow Application
Overview
The STARTPROCESS workflow application lets you launch a new request with the corresponding parameters. It provides a simple solution for inter-process communications.
There are three ways to use STARTPROCESS to launch a new request:
Process ID
Process name with process version
Process name with test
Parameters
Process
Parameter | Type | Direction | Description |
| Numeric | IN | Process ID of the request to launch (to be used independently, without the other parameters) |
| Text | IN | Process name of the request to launch |
| Numeric | IN | Version of the process to launch |
| Text | IN | Test mode
|
Optional parameters
Parameter | Type | Direction | Description |
| Numeric | OUT | Returns the ID of the new request |
| Text | IN | Username of the impersonating user |
You can define other parameters as needed in the workflow process to launch; for example COMPANY
(text type IN parameter), e.g. ACME_COMPANY
.
Examples
Process ID
Parameter | Type | Direction | Description |
| Numeric | IN | Send value of |
Process name with process version
Parameter | Type | Direction | Description |
| Text | IN | Send value of |
| Numeric | IN | Send value of |
Process name with test
Parameter | Type | Direction | Description |
| Text | IN | Send value of |
| Text | IN | Send value of |