Assembly: OptimaJet.Workflow.Core

Class TransitionDto

OptimaJet.Workflow.Core.Model.ApprovalMap.TransitionDto

Represents an outgoing TransitionDefinition included in ActivityDto.Transitions for an approval map or a pre-execution simulation result.

public class TransitionDto

Constructors

public TransitionDto(TransitionDefinition transition, ProcessDefinition scheme) #
Initializes a new TransitionDto from transition, using scheme to initialize TransitionDto.LocalizedCommand.

Parameters

Name
Type
Description
transition
TransitionDefinition
scheme
ProcessDefinition

Properties

public string Command { get; set; } #
Gets or sets the command name associated with the represented transition.
public string NextActivity { get; set; } #
Gets or sets the name of the target ActivityDefinition referenced by TransitionDefinition.To.
public string Type { get; set; } #
Gets or sets the declared name of the TriggerType value in TriggerDefinition.Type for the represented transition.
public string Classifier { get; set; } #
Gets or sets the declared name of the TransitionClassifier value assigned to TransitionDefinition.Classifier.
public string LocalizedCommand { get; set; } #
Gets or sets the localized command name associated with TransitionDto.Command.