Skip to content

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

PropertyModifierTypeDescriptionDefined in
escalationBlocked?readonlyProactiveOutcomeKindThe 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?readonlyProactiveOutcome-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.codereadonlystring-packages/proactive/src/cron-task.ts:82
runError.messagereadonlystring-packages/proactive/src/cron-task.ts:82
skipped?readonlyProactiveTaskSkipReason-packages/proactive/src/cron-task.ts:80