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

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

Properties

long ProcessDefinitionKey [get]
 
string BpmnProcessId [get]
 
int Version [get]
 
long ProcessInstanceKey [get]
 
string Variables [get]
 
Returns
JSON-formatted variables

 

Detailed Description

Response for an create process instance with result command.

Property Documentation

◆ BpmnProcessId

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

◆ ProcessDefinitionKey

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

◆ ProcessInstanceKey

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

◆ Version

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

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