feat: add atomic generic draft step insertion

This commit is contained in:
lda
2026-07-20 08:49:21 +07:00 Verified
parent 7e8ce5330f
commit 3119276014
5 changed files with 460 additions and 11 deletions
+2
View File
@@ -17,6 +17,7 @@ from .constants import (
RUNTIME_ERROR_CAPABILITY,
)
from .deployments import WorkflowDeploymentApi
from .draft_authoring import RouteSource
from .drafts import WorkflowDraftApi
from .durable_context import durable_workflow_api, require_workflow_stores
from .listing import matches_query, paged_list_payload
@@ -88,6 +89,7 @@ __all__ = [
"OutcomeCandidateKind",
"RUNTIME_ERROR_CAPABILITY",
"RawWorkflowPlan",
"RouteSource",
"RuntimeDependencies",
"TraceRange",
"WorkflowAdminApi",