Values_0.StartingEventBatchConditionSourceThe batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.
type nonrec t = {batchSize : NullableInteger.t option;Number of events in the batch.
*)batchWindow : NullableInteger.t option;Duration of the batch window in seconds.
*)}