Skip to content

Background Jobs

Track the progress of long-running operations like collision detection, model conversion, and exports.

Overview

Some operations in BIM AVA can take several minutes:

  • Collision Detection - Checking large models
  • Model Conversion - IFC → XKT transformation
  • GAEB Export - Large bill of quantities
  • PDF Export - Comprehensive documents
  • GIS Import - Large geodata sets

These operations run in the background so you can continue working.

Jobs Overview

Opening Jobs

Click the bell icon in the top navigation bar.

A badge shows the number of active jobs.

Jobs List

The list shows:

ColumnDescription
TypeIcon for job type
TitleJob description
StatusPending, Running, Complete, Error
ProgressProgress bar (for running jobs)
TimeStart time or duration

Job Status

StatusIconDescription
PendingIn queue
RunningBeing processed
CompleteSuccessfully finished
ErrorFailed
CancelledCancelled by user

Job Details

Click on a job for details:

Running Jobs

  • Progress - Percentage complete
  • Phase - Current processing phase
  • Details - Specific information (e.g., "Checked: 500,000 pairs")
  • Estimated Time - Remaining time (if calculable)

Completed Jobs

  • Result - Summary (e.g., "1,234 collisions found")
  • Duration - Total time
  • Action - Link to open result

Failed Jobs

  • Error Message - What went wrong
  • Details - Technical information
  • Retry - Restart the job

Cancelling Jobs

Running jobs can be cancelled:

  1. Click on the job
  2. Click "Cancel"
  3. Confirm

Partial Results

For collision detection, already found results are saved. For other jobs, intermediate results are lost.

Deleting Jobs

Completed jobs can be deleted:

Delete Single

  1. Click on the completed job
  2. Click "Delete"

Delete All Completed

  1. Click "Clear All" at the bottom
  2. Only completed/cancelled jobs are removed
  3. Active jobs remain

Job Types

Collision Detection

Phases:

  1. Preparation - Loading models
  2. Extraction - Extracting geometry
  3. Detection - Finding collisions
  4. Storage - Writing results

Details show:

  • Element pairs checked
  • Collisions found
  • Throughput (pairs/second)
  • Estimated remaining time

→ See Collision Detection

Model Conversion

Phases:

  1. Upload - Uploading file
  2. Parsing - Reading IFC
  3. Conversion - Creating XKT
  4. Metadata - Generating JSON

Details show:

  • Processed elements
  • File sizes
  • Errors (if any)

→ See Models

Export

Types:

  • GAEB X83/X84/X86
  • PDF documents
  • Excel spreadsheets

Details show:

  • Number of positions
  • Generated pages
  • File size

→ See Import/Export

Import

Types:

  • GAEB files
  • GIS data
  • Master BOQ application

Details show:

  • Imported positions
  • Processed features
  • Failed entries

Notifications

Browser Notifications

Enable browser notifications for:

  • Job completed
  • Job failed
  1. Click bell icon
  2. Enable "Notifications"
  3. Allow browser notifications

In-App Notification

Even without browser notifications:

  • Badge on bell icon shows new events
  • Toast message on completion (when app is in focus)

Performance Tips

Speed Up Collision Detection

  • Use AABB method for preliminary check
  • Reduce tolerance when there are many hits
  • Only check relevant model pairs

Speed Up Conversion

  • Use cleaned IFC files
  • Remove unnecessary detail levels
  • Use IFC4 Reference View when possible

Large Exports

  • Export in sections for very large BOQs
  • Reduce long text if not needed
  • Use GAEB instead of PDF for bulk export

Troubleshooting

Job Stays in "Pending"

  1. Check server load
  2. Other jobs may have priority
  3. Wait or contact administrator

Job Fails

  1. Read the error message
  2. Check input data (valid files?)
  3. Try with smaller data sets
  4. Contact support for repeated failures

Progress Stops

  1. Job may still be running (large operations)
  2. Refresh the page
  3. For actual stop: Cancel and restart

See Also

BIM AVA Documentation