# Operations (sample payloads)

## Main operations

### Fail run

Fail workflow run
**Sample Input**

```json
{
    "message": "Critical error: Database connection failed"
}
```

**Sample Output**

```json
{}
```

### Terminate run

Terminate workflow run
**Sample Input**

```json
{}
```

**Sample Output**

```json
\{
    "status": "success",
    "message": "Workflow run terminated successfully"
\}
```
