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

Third command step, to optionally add variables to the element which should be activated. More...

Inheritance diagram for IModifyProcessInstanceCommandStep3:
IModifyProcessInstanceCommandStep2

Public Member Functions

IModifyProcessInstanceCommandStep3 WithVariables (string variables)
 Create a variable instruction for the element that's getting activated. These variables will be created in the global scope of the process instance. More...
 
IModifyProcessInstanceCommandStep3 WithVariables (string variables, string scopeId)
 Create a variable instruction for the element that's getting activated. These variables will be created in the scope of the passed element. More...
 
- Public Member Functions inherited from IModifyProcessInstanceCommandStep2
IModifyProcessInstanceCommandStep1 And ()
 Acts as a boundary between the different activate and terminate instructions. Use this if you want to activate or terminate another element. Otherwise, use IFinalCommandWithRetryStep<T>.SendWithRetry to send the command. More...
 

Detailed Description

Third command step, to optionally add variables to the element which should be activated.

Member Function Documentation

◆ WithVariables() [1/2]

IModifyProcessInstanceCommandStep3 IModifyProcessInstanceCommandStep3.WithVariables ( string  variables)

Create a variable instruction for the element that's getting activated. These variables will be created in the global scope of the process instance.

Parameters
variablesThe variables JSON document as String.
Returns
The builder for this command.

◆ WithVariables() [2/2]

IModifyProcessInstanceCommandStep3 IModifyProcessInstanceCommandStep3.WithVariables ( string  variables,
string  scopeId 
)

Create a variable instruction for the element that's getting activated. These variables will be created in the scope of the passed element.

Parameters
variablesThe variables JSON document as String.
scopeIdThe id of the element in which scope the variables should be created.
Returns
The builder for this command.

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