refactor(inboundapi): fail-fast on missing inbound ExecutionId stash
This commit is contained in:
@@ -172,6 +172,9 @@ public class InboundScriptExecutor
|
||||
RouteHelper route,
|
||||
TimeSpan timeout,
|
||||
CancellationToken cancellationToken = default,
|
||||
// Deliberate ordering: this optional parameter trails the CancellationToken
|
||||
// because it was appended additively for non-breaking contract evolution.
|
||||
// Every call site passes it by named argument (parentExecutionId:).
|
||||
Guid? parentExecutionId = null)
|
||||
{
|
||||
// InboundAPI-004: keep the timeout source and the request-abort source
|
||||
|
||||
Reference in New Issue
Block a user