Vyral Execution Local Sample
This console sample proves the consumer path for the execution runtime without external resources.
It:
- creates a local SQLite-backed
LocalExecutionRuntime - registers a portable plugin that depends only on
Vyral.Execution - starts an idempotent run
- schedules a provider-neutral timer and raises a provider-neutral external event from inside the handler
- waits for terminal status
- prints the run result, history count, timer/event visibility, and artifact names
Run it:
dotnet run --project samples/Vyral.Execution.LocalSample/Vyral.Execution.LocalSample.csproj -- --onceUse an explicit database path when you want to inspect retained state:
dotnet run --project samples/Vyral.Execution.LocalSample/Vyral.Execution.LocalSample.csproj -- --db .vyral/local-sample.sqliteCanonical source: samples/Vyral.Execution.LocalSample/README.md at cb04cf7
