Interface GatewayOuterClass.DeployWorkflowResponseOrBuilder

    • Method Detail

      • getKey

        long getKey()
         the unique key identifying the deployment
         
        int64 key = 1;
        Returns:
        The key.
      • getWorkflowsCount

        int getWorkflowsCount()
         a list of deployed workflows
         
        repeated .gateway_protocol.WorkflowMetadata workflows = 2;