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