Uses of Interface
io.camunda.zeebe.client.api.command.SetVariablesCommandStep1
-
Packages that use SetVariablesCommandStep1 Package Description io.camunda.zeebe.client io.camunda.zeebe.client.impl io.camunda.zeebe.client.impl.command -
-
Uses of SetVariablesCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return SetVariablesCommandStep1 Modifier and Type Method Description SetVariablesCommandStep1ZeebeClient. newSetVariablesCommand(long elementInstanceKey)Command to set and/or update the variables of a given flow element (e.g. -
Uses of SetVariablesCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return SetVariablesCommandStep1 Modifier and Type Method Description SetVariablesCommandStep1ZeebeClientImpl. newSetVariablesCommand(long elementInstanceKey) -
Uses of SetVariablesCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement SetVariablesCommandStep1 Modifier and Type Class Description classSetVariablesCommandImpl
-