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

Public Member Functions

ICreateProcessInstanceCommandStep3 Version (int version)
 Set the version of the process to create an instance of. The version is assigned by the broker while deploying the process. It can be picked from the deployment or process event. More...
 
ICreateProcessInstanceCommandStep3 LatestVersion ()
 Use the latest version of the process to create an instance of. More...
 

Member Function Documentation

◆ LatestVersion()

ICreateProcessInstanceCommandStep3 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep2.LatestVersion ( )

Use the latest version of the process to create an instance of.

If the latest version was deployed few moments before then it can happen that the new instance is created of the previous version.

Returns
the builder for this command

◆ Version()

ICreateProcessInstanceCommandStep3 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep2.Version ( int  version)

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

Parameters
versionthe version of the process
Returns
the builder for this command

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