Skip to main content

Monitoring Process Progress

The process detail page at /repositories/:repositoryId/processes/:taskId shows the execution with its current status, steps, recent logs, full log access, and available actions.

When to use​

  • Monitor a process in real time.
  • Check completed, pending, or failed steps.
  • Stop, restart, delete, or download results when the action is available.

Understand the screen​

The detail screen includes:

  • Process name and type.
  • Associated repository.
  • Creator and output language.
  • Current status.
  • Start and completion dates, and duration.
  • Execution steps.
  • Latest logs by step, and a modal with all logs when more detail is available.
  • The generated result when the process completes.

The page refreshes automatically every 15 seconds while work is pending or running.

Step statuses​

Each execution step can show:

  • Pending: waiting to start.
  • In progress: currently running.
  • Completed: finished successfully.
  • Failed: failed and needs attention.

The latest lines appear directly on the screen. Open the full logs when you need more detail about a step or failure.

Actions​

Actions appear according to the process status:

  • Download result: available after SUCCESS.
  • Stop execution: available while the process is pending or in progress.
  • Restart: available for failed or revoked processes.
  • Delete: available when the process can be removed safely.

Handling outcomes​

  • If the process succeeds, download the .zip result or open the documentation view for the repository.
  • If the process fails or is revoked, review the visible error or logs before restarting.
  • If the process is cancelled, restart it or delete it from the actions.

Expected result​

At the end, the process should show success with downloadable output, or a clear failure or cancellation message to guide the next action.

See also​