Executes a single workflow node in isolation with a provided context. This is a powerful debugging tool to test a nodeโs logic without running an entire workflow.
Standard JWT for user sessions obtained via Altostrat authentication.
A mock context object, simulating the state of a workflow run before this node is executed.
{
"n1": {
"trigger_type": "manual",
"run_id": "fl_run_example"
}
}The prefixed ID of an Authorization to use if the node requires it (e.g., altostrat_api).
"auth_01H..."