Search documentation

Browse Awaken Workforce docs
Docs/Awaken Workforcev0.1.0/User manual/Manage workCreate and follow an Issue
Note·You're reading pre-release documentation (v0.1.0). Interfaces and behavior may change before a stable release.

User manual · Manage work

Create and follow an Issue

What this page covers

Create one Issue from the workspace, bind an exact Workflow when needed, and use its workbench to follow state, diagnosis, and evidence.

An Issue is Workforce’s accountable work record. Create it from the Project rather than writing persistence directly, then use the same Issue detail page to follow its Workflow state, scheduling diagnosis, WorkUnits, approvals, and accepted evidence.

Goal

Finish with one visible Issue whose title, optional Workflow binding, current state, next action, and worklog can all be inspected from the Workforce workspace.

Prerequisites

  • a running Workforce deployment and web workspace;
  • a bootstrapped, ready Project;
  • an installed Workflow revision if this Issue needs a non-default Workflow.

Use the source quickstart to create the first ready Project through the supported Bootstrap service.

1. Create the Issue

Open the Project’s Issues page and choose New issue. Enter a concrete title and, when useful, a description. If you select a Workflow, wait until the UI displays its exact revision and configuration token before submitting.

Choose Create issue. The product sends one command that creates the Issue and its selected Workflow binding together; it does not create a client-side shadow record.

2. Find and open it

Use the Issue search field or list, board, and tree views. Open the Issue detail page. The header shows accountable identity and current status; Next action and Diagnosis explain what can progress and what is blocking it.

3. Follow work and evidence

Use the Workflow progress, worklog, relationships, approval, and Agent conversation sections on the Issue page. WorkUnit activity and accepted outputs remain attached to this Issue; summary views do not replace it as the command authority.

Verify

  • Workforce displays an Issue created confirmation;
  • the Issue appears in search or the selected Project view;
  • its detail page shows the same title and exact Workflow binding;
  • Next action, Diagnosis, and the worklog load without a client-only state copy.

The preview’s executable UI acceptance suite covers plain creation, exact Workflow binding, search, paging, and fail-closed loading.

Troubleshooting

If the table does not resolve the problem, record the Project ID, selected Workflow revision, Issue ID if one was returned, HTTP status, error code, and correlation ID. Do not include tokens, credentials, or Issue content.

SymptomCheckAction
Creation reports a configuration errorProject readiness and Workflow revisionRepair Project configuration or select an installed revision; do not bypass the command with a database write.
Issue detail is unavailableProject scope and Issue identityReturn to the Project Issue list, search again, and retry the canonical detail read.

Next steps