Task

Contents

Attention

This project is still in an early phase of development.

The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.

Task#

class cstar.orchestration.orchestration.Task(*, step: LiveStep, handle: _THandle, status: Status = Status.Unsubmitted)#

Bases: BaseModel, Generic[_THandle]

A task represents a live-execution of a step.

Attributes

Task.step

The step containing task configuration.

Task.handle

The unique process identifier for the task.

Task.status

Current task status.