接口 FlowModelPb.WorkflowRunOrBuilder

    • 方法详细资料

      • getStatusValue

        int getStatusValue()
        .taskflow.proto.WorkflowRun.Status status = 1;
        返回:
        The enum numeric value on the wire for status.
      • getWorkflowId

        String getWorkflowId()
        string workflow_id = 2;
        返回:
        The workflowId.
      • getWorkflowIdBytes

        com.google.protobuf.ByteString getWorkflowIdBytes()
        string workflow_id = 2;
        返回:
        The bytes for workflowId.
      • getCorrelationId

        String getCorrelationId()
        string correlation_id = 3;
        返回:
        The correlationId.
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        string correlation_id = 3;
        返回:
        The bytes for correlationId.
      • getRequestId

        String getRequestId()
        string request_id = 4;
        返回:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string request_id = 4;
        返回:
        The bytes for requestId.
      • getPriority

        int getPriority()
        int32 priority = 5;
        返回:
        The priority.
      • hasVariables

        boolean hasVariables()
        .taskflow.proto.JsonMap variables = 6;
        返回:
        Whether the variables field is set.
      • getVariables

        JsonMapPb.JsonMap getVariables()
        .taskflow.proto.JsonMap variables = 6;
        返回:
        The variables.
      • getCreateTime

        long getCreateTime()
        int64 create_time = 7;
        返回:
        The createTime.
      • getUpdatedTime

        long getUpdatedTime()
        int64 updated_time = 8;
        返回:
        The updatedTime.
      • getCreatedBy

        String getCreatedBy()
        string created_by = 9;
        返回:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
        string created_by = 9;
        返回:
        The bytes for createdBy.
      • hasInput

        boolean hasInput()
        .taskflow.proto.JsonMap input = 10;
        返回:
        Whether the input field is set.
      • getInput

        JsonMapPb.JsonMap getInput()
        .taskflow.proto.JsonMap input = 10;
        返回:
        The input.
      • hasOutput

        boolean hasOutput()
        .taskflow.proto.JsonMap output = 11;
        返回:
        Whether the output field is set.
      • getOutput

        JsonMapPb.JsonMap getOutput()
        .taskflow.proto.JsonMap output = 11;
        返回:
        The output.
      • getTasks

        TaskModelPb.Task getTasks​(int index)
        repeated .taskflow.proto.Task tasks = 12;
      • getTasksCount

        int getTasksCount()
        repeated .taskflow.proto.Task tasks = 12;