Skip to content

WorkflowFailedEvent

junjo.hooks.WorkflowFailedEvent

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

WorkflowFailedEvent(error: Exception, state: StateT, store_id: str, *, run_id: str, executable_definition_id: str, name: str, trace_id: str, span_id: str, executable_type: ExecutableType, executable_runtime_id: str, executable_structural_id: str, parent_executable_definition_id: str | None = None, parent_executable_runtime_id: str | None = None, parent_executable_structural_id: str | None = None, parent_executable_type: ExecutableType | None = None, enclosing_graph_structural_id: str)

View source

Payload delivered to on_workflow_failed callbacks.

error: Exception

View source

Public attribute.

state: StateT

View source

Public attribute.

store_id: str

View source

Public attribute.