You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the Visibility section's "tracked as follow-up work" copy
with links to the surfaces that now expose the per-schedule audit
stream across the wire: Waterline HTTP + UI, the standalone server
HTTP endpoint, the dw schedule:history CLI command, and the Python
SDK Client.get_schedule_history / Client.iter_schedule_history
plus the matching ScheduleHandle convenience methods. The shared
pagination contract (limit 1-500, after_sequence cursor) and
namespace scoping are called out once so operators understand the
surfaces share one source of truth.
Document migration behavior for schedules that predate the
workflow_schedule_history_events migration: no retroactive
ScheduleCreated is backfilled, audit rows accumulate from the next
recorded lifecycle transition onward, sequence numbers still start
at 1 per schedule, and no operator action is required to opt a
schedule into the stream.
0 commit comments