Uses of Class
io.zeebe.engine.state.instance.AwaitWorkflowInstanceResultMetadata
-
Packages that use AwaitWorkflowInstanceResultMetadata Package Description io.zeebe.engine.state.instance -
-
Uses of AwaitWorkflowInstanceResultMetadata in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return AwaitWorkflowInstanceResultMetadata Modifier and Type Method Description AwaitWorkflowInstanceResultMetadataElementInstanceState. getAwaitResultRequestMetadata(long workflowInstanceKey)AwaitWorkflowInstanceResultMetadataAwaitWorkflowInstanceResultMetadata. setFetchVariables(ArrayProperty<StringValue> variables)AwaitWorkflowInstanceResultMetadataAwaitWorkflowInstanceResultMetadata. setRequestId(long requestId)AwaitWorkflowInstanceResultMetadataAwaitWorkflowInstanceResultMetadata. setRequestStreamId(int requestStreamId)Methods in io.zeebe.engine.state.instance with parameters of type AwaitWorkflowInstanceResultMetadata Modifier and Type Method Description voidElementInstanceState. setAwaitResultRequestMetadata(long workflowInstanceKey, AwaitWorkflowInstanceResultMetadata metadata)
-