Generated file. Do not edit by hand. Source: tools/Generate-IdleStepReference.ps1
- Step Type:
IdLE.Step.EmitEvent - Module:
IdLE.Steps.Common - Implementation:
Invoke-IdleStepEmitEvent - Idempotent:
Unknown
Emits a custom event (demo step).
This step does not change external state. It emits a custom event message. The engine provides an EventSink on the execution context that the step can use to write structured events.
This step has no required With.* keys at step schema level.
Inputs may still be provider-specific; refer to the step description and examples for usage details.
@{
Name = 'IdLE.Step.EmitEvent Example'
Type = 'IdLE.Step.EmitEvent'
With = @{
# See step description for available options
}
}- Capabilities Reference - Overview of IdLE capabilities
- Providers - Available provider implementations