Class: Vellum::WorkflowNodeResultEventState

Inherits:
Object
  • Object
show all
Defined in:
lib/vellum_ai/types/workflow_node_result_event_state.rb

Overview

  • ‘REJECTED` - REJECTED

Constant Summary collapse

INITIATED =
"INITIATED"
STREAMING =
"STREAMING"
FULFILLED =
"FULFILLED"
REJECTED =
"REJECTED"