Uses of Interface
io.camunda.zeebe.client.api.command.ActivateJobsCommandStep1.ActivateJobsCommandStep3
Packages that use ActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Uses of ActivateJobsCommandStep1.ActivateJobsCommandStep3 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return ActivateJobsCommandStep1.ActivateJobsCommandStep3Modifier and TypeMethodDescriptionActivateJobsCommandStep1.ActivateJobsCommandStep3.fetchVariables
(String... fetchVariables) Set a list of variable names which should be fetch on job activation.ActivateJobsCommandStep1.ActivateJobsCommandStep3.fetchVariables
(List<String> fetchVariables) Set a list of variable names which should be fetch on job activation.ActivateJobsCommandStep1.ActivateJobsCommandStep2.maxJobsToActivate
(int maxJobsToActivate) Set the maximum of jobs to activate.Set the time for how long a job is exclusively assigned for this subscription.ActivateJobsCommandStep1.ActivateJobsCommandStep3.workerName
(String workerName) Set the name of the job worker. -
Uses of ActivateJobsCommandStep1.ActivateJobsCommandStep3 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement ActivateJobsCommandStep1.ActivateJobsCommandStep3Methods in io.camunda.zeebe.client.impl.command that return ActivateJobsCommandStep1.ActivateJobsCommandStep3Modifier and TypeMethodDescriptionActivateJobsCommandImpl.fetchVariables
(String... fetchVariables) ActivateJobsCommandImpl.fetchVariables
(List<String> fetchVariables) ActivateJobsCommandImpl.maxJobsToActivate
(int maxJobsToActivate) ActivateJobsCommandImpl.workerName
(String workerName)