Skip to main content

Class WorkflowRuntimeStartResult

Inheritance

↳ object

    WorkflowRuntimeStartResult

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class WorkflowRuntimeStartResult

Properties

CompileErrors

Global code actions compile errors

Declaration
public Dictionary<string, string> CompileErrors { get; set; }
Property value
TypeDescription
Dictionary<string, string>

HasCompileErrors

Returns true if the result has any global code actions compile error

Declaration
public bool HasCompileErrors { get; }
Property value
TypeDescription
bool

Extension Methods