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

Public Member Functions

ICreateProcessInstanceCommandStep2 BpmnProcessId (string bpmnProcessId)
 Set the BPMN process id of the process to create an instance of. This is the static id of the process in the BPMN XML (i.e. "<bpmn:process id='my-process'>"). More...
 
ICreateProcessInstanceCommandStep3 ProcessDefinitionKey (long processDefinitionKey)
 Set the key of the process to create an instance of. The key is assigned by the broker while deploying the process. It can be picked from the deployment or process event. More...
 

Member Function Documentation

◆ BpmnProcessId()

ICreateProcessInstanceCommandStep2 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep1.BpmnProcessId ( string  bpmnProcessId)

Set the BPMN process id of the process to create an instance of. This is the static id of the process in the BPMN XML (i.e. "<bpmn:process id='my-process'>").

Parameters
bpmnProcessIdthe BPMN process id of the process
Returns
the builder for this command

◆ ProcessDefinitionKey()

ICreateProcessInstanceCommandStep3 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep1.ProcessDefinitionKey ( long  processDefinitionKey)

Set the key of the process to create an instance of. The key is assigned by the broker while deploying the process. It can be picked from the deployment or process event.

Parameters
processDefinitionKeythe key of the process
Returns
the builder for this command

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