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
Namespace: OptimaJet.Workflow.Core.Runtime
public class StartingTransitionNotFoundEventArgs : EventArgsInheritance
- System.Object
- System.EventArgs
Properties
Name
Type
ProcessId #GuidId of the process which scheme is impossible to update
RootProcessId #GuidId of the root process
OldRootScheme #ProcessDefinitionThe old scheme of the root process
NewRootScheme #ProcessDefinitionThe new scheme of the root process
NewTransitionName #StringNew starting transition name
OldTransitionName #StringOld 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
transitionNameString