Add State Hub RecentlyOnScope invocation

This commit is contained in:
2026-05-22 16:14:10 +02:00
parent f4c38e2d5f
commit 5055f3eaca
4 changed files with 73 additions and 1 deletions

View File

@@ -132,6 +132,10 @@ class ContextSource(BaseModel):
query: str = Field(default="", description="Named query to execute against the source.")
params: dict[str, Any] = Field(default_factory=dict)
bind_to: str = Field(default="", description="Context key to bind the result to.")
required: bool = Field(
default=False,
description="When true, resolver failures fail the activity run instead of binding {}.",
)
# ── Task templates (legacy) ───────────────────────────────────────────────────