ExecutionCancelInputArg
Key value data supplied when canceling a procedure.
input ExecutionCancelInputArg {
key: String!
value: String!
}
Fields
ExecutionCancelInputArg.key ● String! non-null scalar common
The key of the argument.
ExecutionCancelInputArg.value ● String! non-null scalar common
The value of the argument.