Class WorkflowRuntimeStartResult
OptimaJet.Workflow.Core.Runtime.WorkflowRuntimeStartResult
Represents the result of a WorkflowRuntime start operation that may include global code action compilation errors.
Namespace: OptimaJet.Workflow.Core.Runtime
public class WorkflowRuntimeStartResultProperties
public Dictionary<string, string> CompileErrors { get; set; } #Gets or sets errors produced while compiling global code actions with WorkflowRuntime.CompileGlobalCodeActionsAsync(bool).
public bool HasCompileErrors { get; } #Gets a value indicating whether any global code action compile errors were reported.