Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
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. | |
ICreateProcessInstanceCommandStep3 | LatestVersion () |
Use the latest version of the process to create an instance of. | |
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.
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.
version | the version of the process |