Interface OperationRequest

    • Method Detail

      • getProcessId

        String getProcessId()
        Retrieves the current process id. This may be a sub-execution and differ from getTopLevelProcessId()
        Returns:
        the current process component id
      • getTopLevelProcessId

        String getTopLevelProcessId()
        Retrieves the top level process id
        Returns:
        the top level process component id
      • getExecutionId

        String getExecutionId()
        Get the id for the current process execution. This may be a sub-execution and differ from getTopLevelExecutionId()
        Returns:
        the execution id
      • getTopLevelExecutionId

        String getTopLevelExecutionId()
        Get the top level execution id for the current execution
        Returns:
        the top level execution id
      • getTelemetry

        Telemetry getTelemetry()
        Returns the Telemetry instance associated with the current operation execution, providing access to distributed tracing information for the active connector step.
        Returns:
        the telemetry instance for the current operation