/** * ctx.runPlay is inline function composition. The static analyser still * recognizes the historical `child-workflow` spelling so preflight can return * CTX_RUN_PLAY_INLINE_ONLY, but it is no longer a supported runtime option. */ export type PlayCallExecution = Extract; import type { PlayAuthoringCallExecution } from '../plays/authoring-contract';