This commit is contained in:
2026-01-01 12:05:40 +03:00
parent e3018cd6bc
commit b064af9e73
4 changed files with 69 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ public partial class MyWorkflow : s8n_runtime.WorkflowRuntime
public override Task RunAsync(CancellationToken cancellation)
{
// Your custom code here
return base.RunAsync(cancellation);
}
}