Modifier and Type | Method and Description |
---|---|
GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.Builder.build() |
GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.Builder.buildPartial() |
GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayGrpc.GatewayBlockingStub.cancelWorkflowInstance(GatewayOuterClass.CancelWorkflowInstanceRequest request)
Cancels a running workflow instance
Errors:
NOT_FOUND:
- no workflow instance exists with the given key
|
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.getDefaultInstance() |
GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.getDefaultInstanceForType() |
GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.Builder.getDefaultInstanceForType() |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseDelimitedFrom(InputStream input) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(byte[] data) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(ByteBuffer data) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(com.google.protobuf.ByteString data) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(InputStream input) |
static GatewayOuterClass.CancelWorkflowInstanceResponse |
GatewayOuterClass.CancelWorkflowInstanceResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.CancelWorkflowInstanceResponse> |
GatewayGrpc.GatewayFutureStub.cancelWorkflowInstance(GatewayOuterClass.CancelWorkflowInstanceRequest request)
Cancels a running workflow instance
Errors:
NOT_FOUND:
- no workflow instance exists with the given key
|
static io.grpc.MethodDescriptor<GatewayOuterClass.CancelWorkflowInstanceRequest,GatewayOuterClass.CancelWorkflowInstanceResponse> |
GatewayGrpc.getCancelWorkflowInstanceMethod() |
com.google.protobuf.Parser<GatewayOuterClass.CancelWorkflowInstanceResponse> |
GatewayOuterClass.CancelWorkflowInstanceResponse.getParserForType() |
static com.google.protobuf.Parser<GatewayOuterClass.CancelWorkflowInstanceResponse> |
GatewayOuterClass.CancelWorkflowInstanceResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GatewayOuterClass.CancelWorkflowInstanceResponse.Builder |
GatewayOuterClass.CancelWorkflowInstanceResponse.Builder.mergeFrom(GatewayOuterClass.CancelWorkflowInstanceResponse other) |
static GatewayOuterClass.CancelWorkflowInstanceResponse.Builder |
GatewayOuterClass.CancelWorkflowInstanceResponse.newBuilder(GatewayOuterClass.CancelWorkflowInstanceResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
GatewayGrpc.GatewayImplBase.cancelWorkflowInstance(GatewayOuterClass.CancelWorkflowInstanceRequest request,
io.grpc.stub.StreamObserver<GatewayOuterClass.CancelWorkflowInstanceResponse> responseObserver)
Cancels a running workflow instance
Errors:
NOT_FOUND:
- no workflow instance exists with the given key
|
void |
GatewayGrpc.GatewayStub.cancelWorkflowInstance(GatewayOuterClass.CancelWorkflowInstanceRequest request,
io.grpc.stub.StreamObserver<GatewayOuterClass.CancelWorkflowInstanceResponse> responseObserver)
Cancels a running workflow instance
Errors:
NOT_FOUND:
- no workflow instance exists with the given key
|
Copyright © 2017–2019 camunda services GmbH. All rights reserved.