Table of Contents

Class FlowTriggerCollection

Namespace
FlowOrchestrator.Core.Abstractions
Assembly
FlowOrchestrator.Core.dll

Named collection of TriggerMetadata entries for a flow manifest, keyed by the trigger's logical name (e.g. "manual", "schedule", "webhook").

public sealed class FlowTriggerCollection : Dictionary<string, TriggerMetadata>, IDictionary<string, TriggerMetadata>, ICollection<KeyValuePair<string, TriggerMetadata>>, IReadOnlyDictionary<string, TriggerMetadata>, IReadOnlyCollection<KeyValuePair<string, TriggerMetadata>>, IEnumerable<KeyValuePair<string, TriggerMetadata>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
FlowTriggerCollection
Implements
Inherited Members