Package io.camunda.client.api.command
Interface ActivateJobsCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<ActivateJobsCommandStep1>
- All Known Implementing Classes:
ActivateJobsCommandImpl
public interface ActivateJobsCommandStep1
extends CommandWithCommunicationApiStep<ActivateJobsCommandStep1>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSet the type of jobs to work on.Methods inherited from interface io.camunda.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
jobType
Set the type of jobs to work on.- Parameters:
jobType- the type of jobs (e.g. "payment")- Returns:
- the builder for this command
-