Skip to main content

GetCurrentProcessRequestResponse

The GetCurrentProcessRequestResponse class represents the response containing the current process and request identifiers within a workflow.

Properties

NameDescription
RequestIdGets or sets the identifier of the current request.
ProcessIdGets or sets the identifier of the current process.

Constructors

NameDescription
GetCurrentProcessRequestResponse(processId, requestId)Initializes a new instance of the GetCurrentProcessRequestResponse class with the specified process and request identifiers
GetCurrentProcessRequestResponse()Initializes a new instance of the GetCurrentProcessRequestResponse class.