Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep3 Interface Reference
Inheritance diagram for Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep3:
Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IProcessInstanceResponse >

Public Member Functions

ICreateProcessInstanceCommandStep3 Variables (string variables)
 Set the initial variables of the process instance. More...
 
ICreateProcessInstanceWithResultCommandStep1 WithResult ()
 When this method is called, the response to the command will be received after the process is completed. The response consists of a set of variables. More...
 
- Public Member Functions inherited from Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IProcessInstanceResponse >
Task< T > SendWithRetry (TimeSpan? timeout=null, CancellationToken token=default)
 Sends the command with retry to the Zeebe broker. This operation is asynchronous. In case of success, the task returns the event that was generated by the Zeebe broker in response to the command. If the sending of the command fails, because of broker back pressure or network issues the request is retried until the command succeeds. The wait time between retries can be configured on the ZeebeClientBuilder. Per default the wait time is based on power two, which means 2^1 seconds, 2^2 seconds etc. until it reaches the maximum of one minute. More...
 

Member Function Documentation

◆ Variables()

ICreateProcessInstanceCommandStep3 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep3.Variables ( string  variables)

Set the initial variables of the process instance.

Parameters
variablesthe variables (JSON) as String
Returns
the builder for this command. Call IFinalCommandWithRetryStep<T>.Send to complete the command and send it to the broker.

◆ WithResult()

ICreateProcessInstanceWithResultCommandStep1 Zeebe.Client.Api.Commands.ICreateProcessInstanceCommandStep3.WithResult ( )

When this method is called, the response to the command will be received after the process is completed. The response consists of a set of variables.

Returns
the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker

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