Add State Hub RecentlyOnScope invocation
This commit is contained in:
parent
f4c38e2d5f
commit
5055f3eaca
4 changed files with 73 additions and 1 deletions
|
|
@ -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) ───────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue