initial copy
This commit is contained in:
8
s8n-runtime/IWorkflowRuntimeNode.cs
Normal file
8
s8n-runtime/IWorkflowRuntimeNode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace s8n_runtime;
|
||||
|
||||
public interface IWorkflowRuntimeNode
|
||||
{
|
||||
string Id { get; set; }
|
||||
RuntimeStatus Status { get; set; }
|
||||
Dictionary<string, object?>? State { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user