Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IActivateJobsCommandStep3 | MaxJobsToActivate (int maxJobsToActivate) |
Set the maximum of jobs to activate. If less jobs are available for activation the command will return a list with fewer jobs. | |
IActivateJobsCommandStep3 Zeebe.Client.Api.Commands.IActivateJobsCommandStep2.MaxJobsToActivate | ( | int | maxJobsToActivate | ) |
Set the maximum of jobs to activate. If less jobs are available for activation the command will return a list with fewer jobs.
maxJobsToActivate | the maximal number of jobs to activate |