Skip to content

Export Jobs

Once an export starts, Wayaframe tracks it as a render job and surfaces progress through the export status UI and the activity system.

export job progress and status

Export Progress States

The current export flow uses these main states:

  • Preparing
  • Rendering
  • Finalizing
  • Completed
  • Failed
  • Cancelled

These states appear in the export status UI so you can tell whether the app is still assembling the job, actively rendering it, or wrapping up the final file.

Export Status UI

Wayaframe shows export progress in a dedicated export status surface.

The current export status flow includes:

  • A progress bar
  • Progress percentage
  • Stage labels such as preparing, rendering, and finalizing
  • The exported output path after completion
  • Warning messages when the export finishes with non-blocking issues

This keeps the export process visible without taking over the full editor.

Cancel An Export

The current export workflow supports cancellation while the job is running.

You can cancel:

  • While the export is preparing
  • While the render is in progress

When cancellation succeeds, the export state changes to cancelled and the progress UI resets out of the active render state.

Handle Export Errors

If an export fails, Wayaframe shows the error state in the export status UI.

The current failure workflow includes:

  • The error message
  • A Copy Error action
  • A Report Error action

This makes it easier to troubleshoot failed renders or pass useful details into a bug report.

Activity And Finished Files

Wayaframe also mirrors export progress into the activity system.

The current export job card supports:

  • Live progress for active exports
  • Cancel while the export is active
  • Show in folder after completion
  • Dismiss after the job is finished

When the export completes successfully, Wayaframe can reveal the finished file directly in its folder.

Continue with:

Wayaframe Documentation