Interface CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1>,CommandWithTenantStep<CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1>,FinalCommandStep<ProcessInstanceResult>
- All Known Implementing Classes:
CreateProcessInstanceWithResultCommandImpl
- Enclosing interface:
CreateProcessInstanceCommandStep1
public static interface CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1
extends CommandWithTenantStep<CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1>, CommandWithCommunicationApiStep<CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1>, FinalCommandStep<ProcessInstanceResult>
-
Field Summary
Fields inherited from interface io.camunda.zeebe.client.api.command.CommandWithTenantStep
DEFAULT_TENANT_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionfetchVariables(String... fetchVariables) Set a list of variables names which should be fetched in the response.fetchVariables(List<String> fetchVariables) Set a list of variables names which should be fetched in the response.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRestMethods inherited from interface io.camunda.zeebe.client.api.command.CommandWithTenantStep
tenantIdMethods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
fetchVariables
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 fetchVariables(List<String> fetchVariables) Set a list of variables names which should be fetched in the response.- Parameters:
fetchVariables- set of names of variables to be included in the response- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send * it to the broker
-
fetchVariables
CreateProcessInstanceCommandStep1.CreateProcessInstanceWithResultCommandStep1 fetchVariables(String... fetchVariables) Set a list of variables names which should be fetched in the response.- Parameters:
fetchVariables- set of names of variables to be included in the response- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send * it to the broker
-