Skip to content

Commit d966515

Browse files
committed
undoing changes made to core class
1 parent b7ef33d commit d966515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/WorkflowCore/Primitives/WaitFor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public override ExecutionResult Run(IStepExecutionContext context)
2525
effectiveDate = EffectiveDate;
2626
}
2727

28-
var eventKey = context.Workflow.Reference ?? EventKey;
29-
return ExecutionResult.WaitForEvent(EventName, eventKey, effectiveDate);
28+
return ExecutionResult.WaitForEvent(EventName, EventKey, effectiveDate);
3029
}
3130

3231
EventData = context.ExecutionPointer.EventData;

0 commit comments

Comments
 (0)