Skip to content

Instance List

The instance list provides a comprehensive view of all procedure executions in your tenant. Instances can be filtered by lifecycle status, searched by name, and managed directly from the list.

Navigate to Instances from the main sidebar. The instance list shows a data grid with all instances you have permission to view.

The top of the instance list features tabs for filtering by instance lifecycle status:

TabStatusDescription
AllAll statusesShows all non-archived instances
DraftDraftInstances being prepared, not yet ready for execution
PlannedPlannedInstances fully configured and scheduled, ready to start
RunningRunningInstances currently being executed
PausedPausedRunning instances that have been temporarily paused
CancelledCompleted (Cancelled)Instances that were cancelled before completion
CompletedCompleted (Success/Failed)Instances that finished execution
ArchivedArchivedInstances moved to the archive for long-term storage

The instance list displays the following columns:

ColumnDescription
TitleInstance name
TemplateName of the source template
VersionTemplate version string (or “Unassigned” for ghost instances)
SystemThe managed system associated with this instance
StageThe system stage (e.g., Production, Staging)
StatusColor-coded status badge
ProgressVisual progress bar showing completed steps vs. total steps
HeadsNames of users assigned as Instance Head
Deputy HeadsNames of users assigned as Deputy Head
PlannedStart and due dates for planned instances
RunningActual start time and who started the execution
  • Click any column header to sort by that column.
  • Use the pagination controls at the bottom to navigate through large result sets.
  • Configure page size (10, 25, or 50 rows per page).

Use the search bar below the status tabs to filter instances by text. The search matches against:

  • Instance title
  • Template title
  • Coordinator name

The search is case-insensitive and filters results as you type.

Each row has a three-dot menu icon in the first column. Click it to open the action menu for that instance.

Right-click on any row to open the same action menu at the cursor position.

Actions shown in the context menu depend on the instance’s current status and your permissions:

ActionAvailable whenDescription
EditDraftEdit instance properties (title, owner, etc.)
Assign VersionDraft (no version)Assign a template version to a ghost instance
Mark as PlannedDraft (version assigned)Transition to Planned status with dates and validation
StartPlannedBegin execution
PauseRunningTemporarily pause execution
ResumePausedResume a paused execution
CancelRunning / PausedCancel the instance (requires a cancellation reason)
Create from Same VersionAny (with version)Create a new instance using the same template version
CloneAnyCreate a copy of this instance
ArchiveCompleted / CancelledMove to the archive
UnarchiveArchivedRestore from the archive
DeleteDraftPermanently delete the instance

Click the Create Instance button in the top-right corner to open the instance creation wizard. See Create an Instance for the full creation workflow.

The instance list subscribes to real-time updates via SignalR. When instances are created, modified, or change status, the list refreshes automatically. Notifications may appear for significant changes made by other users.

Click on any row to navigate to the instance detail page for that instance.