Mermaid
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```mermaid
stateDiagram-v2
[*] --> SCHEDULED: Start
SCHEDULED --> STARTED: Worker picks up task
SCHEDULED --> CANCEL_REQUESTED: RequestCancel
STARTED --> CANCEL_REQUESTED: RequestCancel
CANCEL_REQUESTED --> CANCEL_REQUESTED: RequestCancel
CANCEL_REQUESTED --> CANCELED: RespondCanceled
CANCEL_REQUESTED --> COMPLETED: RespondCompleted
CANCEL_REQUESTED --> FAILED: RespondFailed
CANCEL_REQUESTED --> TERMINATED: Terminate
CANCEL_REQUESTED --> TIMED_OUT: Timeout
SCHEDULED --> CANCELED: RequestCancel (immediate)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue contains only a Mermaid state diagram and names no file, test, or entry point. Clarify where the diagram belongs and what documentation change is expected before work can begin.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100