Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CodeActionDefinition

OptimaJet.Workflow.Core.Model.CodeActionDefinition

Represent a code action in a process scheme

public class CodeActionDefinition : BaseDefinition

Inheritance

Properties

Name
Type
OriginalName #
String
If object was inlined, you can get its original name from this property
OriginalSchemeCode #
String
The code of the scheme to which the inlined object originally belonged.
WasInlined #
Boolean
Return true if the object was inlined.
ActionCode #
String
Source code of the code action
Type #
CodeActionType
Type of the code action CodeActionType
IsGlobal #
Boolean
If true specifies that the code action stored in global parameters but not in scheme. In this case code action is shared between schemes
IsAsync #
Boolean
If true the code action should be called asynchronously
Usings #
String
List of usings separated by ;
ExcludedUsings #
String
List of usings separated by ;
ParameterDefinitions #
List<CodeActionParameterDefinition>
List of CodeActionParameterDefinition for this code action

Methods

public CodeActionDefinition Clone() #

Returns

Type
Description
CodeActionDefinition