Iron Gorilla Developers

AgentStepWorkflowContext

Lightweight workflow context attached to each step input.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentStepWorkflowContext

Properties

  • currentStepIndex (number): Zero-based index of the step currently executing.
  • completedSteps (Array): Metadata for completed steps before the current step.

On this page