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

Second command step, to optional add more instructions to activate or terminate. More...

Inheritance diagram for IModifyProcessInstanceCommandStep2:
IModifyProcessInstanceCommandStep3

Public Member Functions

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

Second command step, to optional add more instructions to activate or terminate.

Member Function Documentation

◆ And()

IModifyProcessInstanceCommandStep1 IModifyProcessInstanceCommandStep2.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.

Returns
The builder for this command.

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