Uses of Enum
io.camunda.client.api.search.response.FlowNodeInstanceState
Packages that use FlowNodeInstanceState
Package
Description
-
Uses of FlowNodeInstanceState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type FlowNodeInstanceStateModifier and TypeMethodDescriptionFlownodeInstanceFilter.state(FlowNodeInstanceState value) Filters flow node instances by state. -
Uses of FlowNodeInstanceState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return FlowNodeInstanceStateModifier and TypeMethodDescriptionstatic FlowNodeInstanceStateFlowNodeInstanceState.fromProtocolState(FlowNodeInstanceResult.StateEnum value) FlowNodeInstance.getState()state of flow node instancestatic FlowNodeInstanceStateReturns the enum constant of this type with the specified name.static FlowNodeInstanceState[]FlowNodeInstanceState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.api.search.response with parameters of type FlowNodeInstanceStateModifier and TypeMethodDescriptionFlowNodeInstanceState.toProtocolState(FlowNodeInstanceState value) -
Uses of FlowNodeInstanceState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type FlowNodeInstanceState -
Uses of FlowNodeInstanceState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return FlowNodeInstanceState