Skip to main content
Corvus Connection

On App Start

EventTrigger
Preview
entry.onAppStartFires once when Corvus Connection finishes starting up. Binds the app version and start time.Triggers once at application startup.Not live yet. You can build and test this flow now, but it can't be activated until its event source is wired.
LifecycleSystem

Outputs

Name
Kind
Type
Flags
outExecexecNone
versionDataSystem.Stringmultiplexed
startedAtDataSystem.DateTimemultiplexed

Bindings

Name
Type
Description
versionSystem.StringThe running application version.
startedAtSystem.DateTimeWhen the application finished starting (UTC).

Lowers to C#

[OnAppStart] Handle(ctx, AppStartContext e)