dandavison / dandavison/etc

Mermaid

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.