feat: expose workflow view resolution input

This commit is contained in:
2026-07-29 19:09:03 +02:00
parent a80caf7933
commit 4bde0495f7

View File

@@ -55,6 +55,7 @@ class ViewResolver(Protocol):
tenant_id: str, tenant_id: str,
account_id: str, account_id: str,
group_ids: Iterable[str] = (), group_ids: Iterable[str] = (),
workflow_view_id: str | None = None,
) -> EffectiveView: ... ) -> EffectiveView: ...