workflow-js
):
workflow
parameter to context.call
, enabling type-safe workflow calls. See here.context.call
settings when defining an Agent. See here.delay
support to client.trigger
. See here.period
and improved rate
support in flow control. See here.period
was fixed at 1 second. For example, rate: 3 period: 1d
throttles publishes to 3 per day.period
in flow control, allowing users to set a period of up to 1 week.period
was fixed at 1 second. For example, rate: 3 period: 1d
throttles publishes to 3 per day.workflow-py
):
RUN_STARTED
so that it correctly returns unfinished Workflow Runs as documented.RUN_STARTED
.workflow-js
):
onError
support to serve
by the community. See here.workflow-js
):
context.call
where binary responses from endpoints could break. See here.WorkflowTool
, allowing Workflow Agents to define multi-step workflows as a tool. See here.context.invoke
to call one workflow from another with full type-safety. See the guide here.workflow-js
):
workflow-py
.TypeScript SDK (workflow-js
):
timeout
parameter to context.call
. Learn more in the documentation.useJSONContent
option.Workflow Server:
WorkflowCreatedAt
filter for Dead Letter Queue (DLQ) and Events.context.SleepUntil
to support float values.1d
, 30s
) in context.sleep
and context.waitForEvent
.client.trigger
, enabling workflows to start and return the workflow run ID. See the documentation.context.call
. See the documentation.context.cancel
to cancel the current workflow. See the documentation.