Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class StartingTransitionNotFoundEventArgs

OptimaJet.Workflow.Core.Runtime.StartingTransitionNotFoundEventArgs

Represent information about case when we try to update a subprocess's scheme but there are no starting transition in a new sccheme of a root process

public class StartingTransitionNotFoundEventArgs : EventArgs

Inheritance

  • System.Object
  • System.EventArgs

Properties

Name
Type
ProcessId #
Guid
Id of the process which scheme is impossible to update
RootProcessId #
Guid
Id of the root process
OldRootScheme #
ProcessDefinition
The old scheme of the root process
NewRootScheme #
ProcessDefinition
The new scheme of the root process
NewTransitionName #
String
New starting transition name
OldTransitionName #
String
Old staring transition name

Methods

public void DropProcess() #
User decide to drop the subprocess
public void Ignore() #
User decide to ignore update of the scheme of the subprocess
public void StartWithNewTransition(string transitionName) #
User decide to create the new scheme of the process starting from new transition

Parameters

Name
Type
Description
transitionName
String