2 references to WorkflowInstanceId
System.Workflow.Runtime (2)
TimerEventSubscriptionCollection.cs (2)
88
timerService.ScheduleTimer(executor.ProcessTimersCallback, e.NewFirstElement.
WorkflowInstanceId
, e.NewFirstElement.ExpiresAt, e.NewFirstElement.SubscriptionId);
121
schedulerService.Schedule(executor.ProcessTimersCallback, sub.
WorkflowInstanceId
, sub.ExpiresAt, sub.SubscriptionId);