GetCurrentProcessRequestResponse
The GetCurrentProcessRequestResponse class represents the response containing the current process and request identifiers within a workflow.
Properties
| Name | Description |
|---|---|
| ProcessId | Gets or sets the identifier of the current process. |
| RequestId | Gets or sets the identifier of the current request. |
Constructors
| Name | Description |
|---|---|
| GetCurrentProcessRequestResponse() | Initializes a new instance of the GetCurrentProcessRequestResponse class. |
| GetCurrentProcessRequestResponse(processId, requestId) | Initializes a new instance of the GetCurrentProcessRequestResponse class with the specified process and request identifiers |