Starter Pattern: Operations

Use this sample queue when operators need a browse-and-act workflow on one screen.

The queue content, dialog copy, and helper text are starter guidance. Replace them when the route is wired to a real work item, result, or asset action.

Launch selected item
Refresh queue
{{ lastActionMessage }}

Pending work

Use a Nimble table whenever selection drives the next action.

Work item Status Priority Due

Selected work item

{{ selectedOperation.workItem }}

{{ selectedOperation.status }} {{ selectedOperation.priority }}
This item should be reviewed before it is dispatched to the production workspace.
Owner
{{ selectedOperation.owner }}
Due
{{ selectedOperation.due }}
Recommended layout move
Keep the queue primary and reserve the right pane for detail, status, and actions.

Before you replace this sample

  1. Bind the queue to a real SystemLink result, work item, or asset query.
  2. Keep the confirmation step explicit for actions that mutate state.
  3. Return operators to the queue instead of navigating away after completion.
Confirm and launch Open specification
Launch selected work item Keep state changes explicit in the hosted experience.

Queue {{ selectedOperation.workItem }} for workspace execution?

Cancel Launch item