Skip to main content
Corvus Connection

On Interval

EventTrigger
Preview
entry.onIntervalFires on a fixed repeating interval from a local timer. Binds the fire time and tick count.Triggers on a fixed repeating interval.Not live yet. You can build and test this flow now, but it can't be activated until its event source is wired.
System

Outputs

Name
Kind
Type
Flags
outExecexecNone
firedAtDataSystem.DateTimemultiplexed
tickCountDataSystem.Int64multiplexed

Bindings

Name
Type
Description
firedAtSystem.DateTimeWhen the interval fired (UTC).
tickCountSystem.Int64How many times the interval has fired since it started.

Parameters

Name
Type
Required
Default
Choices
intervalSecondsSystem.Int32yes60None

Lowers to C#

[OnInterval] Handle(ctx, IntervalContext e)