initial template with runtime
This commit is contained in:
10
MyWorkflow.cs
Normal file
10
MyWorkflow.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
public partial class MyWorkflow : s8n_runtime.WorkflowRuntime
|
||||
{
|
||||
|
||||
public override Task RunAsync(CancellationToken cancellation)
|
||||
{
|
||||
// Your custom code here
|
||||
|
||||
return base.RunAsync(cancellation);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user