namespace s8n_runtime; public interface IWorkflowRuntimeNode { string Id { get; set; } RuntimeStatus Status { get; set; } Dictionary? State { get; set; } }