Uses of Class
io.camunda.client.protocol.rest.CreateProcessInstanceResult
Packages that use CreateProcessInstanceResult
Package
Description
-
Uses of CreateProcessInstanceResult in io.camunda.client.impl.response
Constructors in io.camunda.client.impl.response with parameters of type CreateProcessInstanceResultModifierConstructorDescriptionCreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, CreateProcessInstanceResult response) -
Uses of CreateProcessInstanceResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return CreateProcessInstanceResultModifier and TypeMethodDescriptionCreateProcessInstanceResult.processDefinitionId(String processDefinitionId) CreateProcessInstanceResult.processDefinitionKey(String processDefinitionKey) CreateProcessInstanceResult.processDefinitionVersion(Integer processDefinitionVersion) CreateProcessInstanceResult.processInstanceKey(String processInstanceKey) CreateProcessInstanceResult.putVariablesItem(String key, Object variablesItem) -
Uses of CreateProcessInstanceResult in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type CreateProcessInstanceResultModifierConstructorDescriptionCreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, CreateProcessInstanceResult response)