Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/proactive / / ProactiveTaskFireResult
Interface: ProactiveTaskFireResult
Defined in: packages/proactive/src/cron-task.ts:78
What one fire resolved to.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
escalationBlocked? | readonly | ProactiveOutcomeKind | The run tried to escalate above the task's grant; the pending approvals were auto-denied (fail-closed) and nothing was delivered. | packages/proactive/src/cron-task.ts:88 |
outcome? | readonly | ProactiveOutcome | - | packages/proactive/src/cron-task.ts:79 |
runError? | readonly | { code: string; message: string; } | The agent run ended failed (incl. budget stops). | packages/proactive/src/cron-task.ts:82 |
runError.code | readonly | string | - | packages/proactive/src/cron-task.ts:82 |
runError.message | readonly | string | - | packages/proactive/src/cron-task.ts:82 |
skipped? | readonly | ProactiveTaskSkipReason | - | packages/proactive/src/cron-task.ts:80 |