Assembly: OptimaJet.Workflow.Core

Class WorkflowRuntimeStartResult

OptimaJet.Workflow.Core.Runtime.WorkflowRuntimeStartResult

Represents the result of a WorkflowRuntime start operation that may include global code action compilation errors.

public class WorkflowRuntimeStartResult

Properties

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.