Workflow Import Queue (a.k.a. "Enhanced Data Import")

The Workflow Import Queue is a Data Import/Upload tool designed around the Workflow Engine. It is ultimately intended to replace the legacy Attendance Upload and Profile Upload features.

For information on specific types of import (e.g. “Member Role” vs “Activity”), see the “Overview” section below.

For differences between this feature and the legacy uploaders, see Workflow Import Queue vs Legacy Uploaders

For information on configuring the Import Queue as a Sys Admin, see the following:

See the bottom of this page for known limitations and performance limits.

Overview

This page provides an overview for the processing queue and how it works. For more specific information on specific features, see these pages:

The Workflow Import Queue is a scalable, Workflow-centric background processing queue for importing CSV data into LearningBuilder.

As of Release 12.2, this feature is available in two places:

  • Admin → Data Import: Allows Administrators to import various types of data into the system.

  • Provider → Data Import: Allows Providers to report Attendance, upload course data, etc.

Primary use case versus legacy data upload features

When compared to the legacy upload features, the the primary benefit of the Workflow Import Queue is that it leverages the Workflow Engine to enable new use cases:

  • Validation Rules and Required Fields enforce complex and dynamic validation requirements;

  • Uploaded data can trigger Workflow Actions;

  • New types of data can be imported (e.g. Learning Plan Instances);

  • The Workflow Import Queue supports larger files with more predictable performance.

Bulk CSV upload

Bulk data imports can be performed by uploading a CSV file.

One-by-one data entry

As of Release 12.2 there is an in-app data entry form as an alternative to file uploads.

“Data Import” Workflow Steps

The foundation of the Workflow Import Queue is a new type of Workflow Step called a “Data Import Step”.

A traditional Workflow Step, now called a “Data Entry” Step, describes the form that is displayed to a user within LearningBuilder to collect data at a specific part of a multi-part process.

By comparison, Data Import Steps describe the format for a data file that can be uploaded to create or modify data regardless of the step the entity is currently “on”. In other words, Data Import Steps describe an “out-of-band data manipulation” that can be performed via file upload.

For more information on Data Import Steps, see

Entity type

Use cases

Configured where?

Entity type

Use cases

Configured where?

Activity Instance

  • Attendance Upload

  • Exam Result / Exam Score Upload

  • Bulk updates for Activity audits performed externally to LearningBuilder

Data Import Steps on Complete Activity Workflows

Learning Plan Instance

  • Resuming / updating Applications

  • Bulk updates to Cycle Dates

Data Import Steps on Complete Learning Plan Workflows

Member Role

  • Adding / updating demographic data

  • Adding / updating license / Role data

Data Import Steps on Grant Role Workflows

“Identifier” vs “value” fields

The Import Queue is capable of both inserting and updating data. In some cases, it needs to know which data elements represent existing values used to find an existing record to update, and which pieces of data hold new values to use when updating / creating a record.

There are three “types” of data elements:

  • Value fields

  • Identifier fields (“:” prefix)

  • Comment fields (“#” prefix)

Value Fields (no prefix)

Value fields contain the new data that is being used to insert or update records in LearningBuilder. When uploading a CSV file, column headers without a special prefix are value columns.

Typically, each Attribute on the target Data Import Step should have a corresponding value column in the uploaded file, or a corresponding input field on the in-app data entry form.

Identifier Columns (“:” prefix)

Columns that begin with a colon, such as :UniqueId, are identifiers. These columns are used to identify the existing record that should be updated (if it exists) or used to create a new record (if no matching record exists).

This convention allows the system to update the unique identifiers associated with a record. For instance, in a system that uses Unique Id as a unique identifier for a Member Role, a file can change an existing Unique Id like this:

See the individual upload feature for a list of the specific identifiers supported for each file type.

Comment Fields (“#” prefix)

Columns that begin with a hash symbol, such as #Notes, are comments. These columns are ignored by the processing queue.

Typically, the import queue will warn users when they upload a file containing unrecognized columns. This convention allows users to put notes or other metadata into their file without triggering that warning.

Import Queue “Processes”

The final main concept in the Workflow Import Queue is the “Import Process”.

Each “Process” represents a data import operation that a user can use to complete a task. The first thing a user does when using the Import Queue is select the process they want to perform.

Other important concepts for the Import Queue

Identifying the target Workflow Step / Workflow Action

See

Conditional Behaviors

An uploaded file might contain data representing numerous types of situations. For instance, some rows might represent “passing” exam scores, others might represent “failing” scores. The actions that the system takes in response to a passing score might be very different than those it takes for a failing score.

These types of scenarios can be implemented using .

Known Limitations

 

Introduced In

10.4.0

Last Updated

10.4.0

Jira Stories