Interface IStepInstance
- Namespace
- FlowOrchestrator.Core.Execution
- Assembly
- FlowOrchestrator.Core.dll
Untyped IStepInstance<TInput> variant using a raw input dictionary. Used internally when the handler is untyped or inputs have not yet been deserialised.
public interface IStepInstance : IStepInstance<IDictionary<string, object?>>, IExecutionContext
- Inherited Members
- Extension Methods