Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Responses.IProcessInstanceResponse Interface Reference

Response for an create process instance command. More...

Properties

long ProcessDefinitionKey [get]
 
string BpmnProcessId [get]
 
int Version [get]
 
long ProcessInstanceKey [get]
 

Detailed Description

Response for an create process instance command.

Property Documentation

◆ BpmnProcessId

string Zeebe.Client.Api.Responses.IProcessInstanceResponse.BpmnProcessId
get
Returns
BPMN process id of the process which this instance was created for.

◆ ProcessDefinitionKey

long Zeebe.Client.Api.Responses.IProcessInstanceResponse.ProcessDefinitionKey
get
Returns
Key of the process which this instance was created for.

◆ ProcessInstanceKey

long Zeebe.Client.Api.Responses.IProcessInstanceResponse.ProcessInstanceKey
get
Returns
Unique key of the created process instance on the partition.

◆ Version

int Zeebe.Client.Api.Responses.IProcessInstanceResponse.Version
get
Returns
Version of the process which this instance was created for.

The documentation for this interface was generated from the following file: