Interface GatewayOuterClass.CreateWorkflowInstanceWithResultResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBpmnProcessId()
      the BPMN process ID of the workflow definition which was used to create the workflow instance
      com.google.protobuf.ByteString getBpmnProcessIdBytes()
      the BPMN process ID of the workflow definition which was used to create the workflow instance
      String getVariables()
      JSON document consists of visible variables in the root scope
      com.google.protobuf.ByteString getVariablesBytes()
      JSON document consists of visible variables in the root scope
      int getVersion()
      the version of the workflow definition which was used to create the workflow instance
      long getWorkflowInstanceKey()
      the unique identifier of the created workflow instance; to be used wherever a request needs a workflow instance key (e.g.
      long getWorkflowKey()
      the key of the workflow definition which was used to create the workflow instance
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getWorkflowKey

        long getWorkflowKey()
         the key of the workflow definition which was used to create the workflow instance
         
        int64 workflowKey = 1;
        Returns:
        The workflowKey.
      • getBpmnProcessId

        String getBpmnProcessId()
         the BPMN process ID of the workflow definition which was used to create the workflow
         instance
         
        string bpmnProcessId = 2;
        Returns:
        The bpmnProcessId.
      • getBpmnProcessIdBytes

        com.google.protobuf.ByteString getBpmnProcessIdBytes()
         the BPMN process ID of the workflow definition which was used to create the workflow
         instance
         
        string bpmnProcessId = 2;
        Returns:
        The bytes for bpmnProcessId.
      • getVersion

        int getVersion()
         the version of the workflow definition which was used to create the workflow instance
         
        int32 version = 3;
        Returns:
        The version.
      • getWorkflowInstanceKey

        long getWorkflowInstanceKey()
         the unique identifier of the created workflow instance; to be used wherever a request
         needs a workflow instance key (e.g. CancelWorkflowInstanceRequest)
         
        int64 workflowInstanceKey = 4;
        Returns:
        The workflowInstanceKey.
      • getVariables

        String getVariables()
         JSON document
         consists of visible variables in the root scope
         
        string variables = 5;
        Returns:
        The variables.
      • getVariablesBytes

        com.google.protobuf.ByteString getVariablesBytes()
         JSON document
         consists of visible variables in the root scope
         
        string variables = 5;
        Returns:
        The bytes for variables.