initial copy
This commit is contained in:
11
s8n-runtime/RuntimeStateStoreStrategy.cs
Normal file
11
s8n-runtime/RuntimeStateStoreStrategy.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace s8n_runtime;
|
||||
|
||||
public enum RuntimeStateStoreStrategy
|
||||
{
|
||||
None,
|
||||
Manual,
|
||||
WhenExit,
|
||||
Periodically,
|
||||
WhenChangeWithBuffer,
|
||||
WhenChangeAsap
|
||||
}
|
||||
Reference in New Issue
Block a user