Skip to main content
Workflows are saved in the notte console for easy access and versioning for users

Methods

delete

Delete the workflow from the notte console

download

Download the function code from the notte console as a python file Returns: str

fork

Fork a shared workflow into your own private workflow Returns: RemoteWorkflow

get_curl

Convert the workflow/run to a curl request Returns: str

get_run

Get a function run by its ID Returns: GetFunctionRunResponse

get_url

Returns: str

replay

Get presigned URLs for the workflow run replay. Parameters:
  • wait: If True (default), poll until the replay is ready.
  • timeout: Maximum seconds to wait for the replay to become available. Defaults to 120.0.
  • poll_interval: Seconds between polling attempts. Defaults to 2.0.
Returns: ReplayResponse: Contains presigned URLs for MP4 download and HLS playlist.

run

Run the function code using the specified version and variables Returns: FunctionRunResponse

stop_run

Manually stop a function run by its ID Returns: UpdateFunctionRunResponse

update

Update the workflow with a new code version

Module

notte_sdk.endpoints.workflows