Skip to main content

Fields

workflow_id
str
required
workflow_run_id
str
required
created_at
datetime
required
updated_at
datetime
required
status
Literal['closed', 'active', 'failed']
required
session_id
UnionType[str, None]
The ID of the session
logs
list[str]
required
The logs of the workflow run
variables
UnionType[Dict[str, Any], None]
required
The variables of the workflow run
result
UnionType[str, None]
The result of the workflow run (if any)
local
bool
default:"False"
Whether the workflow has been run locally or on the cloud

Module

notte_sdk.types