Mission management and progress tracking

更新时间:
复制 MD 格式

Missions and Tasks in STAROps follow defined lifecycle states. You can manage Missions, monitor Task status, and track execution progress through the console.

Mission lifecycle states

A Mission progresses through the following states:

State

Description

Draft

The Mission has been created but not yet launched.

Active

The Blueprint has been confirmed and launched. All pending Tasks can be triggered and scheduled.

Paused

The Mission has been manually disabled. Pending Tasks are paused and no longer scheduled. Tasks already running continue until completion.

Deleted

The Mission has been deleted. All associated data is permanently removed and cannot be recovered.

State transition rules

  • A Mission that has been created but not launched is in the Draft state.

  • After a Mission is created and its plan is launched, the state changes to Active.

  • From the Active state, you can manually disable the Mission to move it to Paused. You can re-enable a Paused Mission to return it to Active.

  • Missions in either the Active or Paused state can be deleted, which moves them to the Deleted state.

Warning

The Deleted state is permanent and cannot be reversed. If you only need to stop Task execution temporarily, use the disable function instead.

Mission management operations

View the Mission list

  1. Log on to the STAROps console.

  2. In the left-side navigation pane, choose Missions.

  3. The Mission list displays all long-running tasks. You can filter by status or search by task name.

Disable a Mission

Disabling a Mission pauses the scheduling of pending Tasks. Tasks already in progress continue running until completion.

  1. In the Mission list, find the target Mission.

  2. On the Mission details page, turn off the Active toggle.

  3. In the confirmation dialog box, click OK. The Mission status changes to Paused.

Enable a Mission

  1. In the Mission list, find the target Mission in the Paused state.

  2. On the Mission details page, turn on the Active toggle. The Mission status returns to Active and Task scheduling resumes.

Modify a Mission

On the Mission details page, you can update Mission information by conversing with the AI:

Field

Description

Mission name

Specify the new name in the conversation. The AI updates the Mission name accordingly.

Blueprint

Describe additional requirements or adjustments in the conversation. The AI dynamically updates the Blueprint, which takes effect after confirmation.

Delete a Mission

  1. In the Mission list, find the target Mission.

  2. On the Mission details page, click Settings.

  3. Click Delete, enter the task ID, and confirm the deletion.

Warning

This action cannot be undone. All execution records and reports associated with the Mission will be permanently deleted.

Task status

Each Task within a Mission has one of the following statuses:

Status

Description

Running

The Task is executing.

Success

The Task finished successfully. You can view the execution output and artifacts.

Cancelled

The Task execution was cancelled or terminated.

Failed

An error occurred during execution, or the Task timed out after running for more than 3 hours.

Track execution progress

The Mission details page provides multiple views to track execution progress.

Execution records

On the Execution tab, view the execution history of all Tasks in calendar or list view. Each record includes the scheduled time, actual start time, duration, report link, and session link.

View the plan

On the Execution tab, click View Plan to see the complete Blueprint for the current Mission, including:

  • Goal breakdown: The AI's structured decomposition of your objective.

  • Planned task list: All scheduled Once Tasks, Cron Tasks, and Event Rules.

  • Trigger conditions, execution strategies, and expected outputs for each task.