We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ef33d commit d966515Copy full SHA for d966515
src/WorkflowCore/Primitives/WaitFor.cs
@@ -25,8 +25,7 @@ public override ExecutionResult Run(IStepExecutionContext context)
25
effectiveDate = EffectiveDate;
26
}
27
28
- var eventKey = context.Workflow.Reference ?? EventKey;
29
- return ExecutionResult.WaitForEvent(EventName, eventKey, effectiveDate);
+ return ExecutionResult.WaitForEvent(EventName, EventKey, effectiveDate);
30
31
32
EventData = context.ExecutionPointer.EventData;
0 commit comments