using e_suite.Workflow.Core.Attributes; namespace e_suite.Workflow.Core.Interfaces; [TaskCapability] public interface IOutcome { //Todo runtime only property. //public T? TaskOutcome { get; set; } Dictionary OutcomeActions { get; set; } }