forked from optimajet/WorkflowEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscheme.xml
More file actions
69 lines (69 loc) · 3.22 KB
/
scheme.xml
File metadata and controls
69 lines (69 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<Process>
<Designer />
<Commands>
<Command Name="StartToRoute" />
<Command Name="Approve" />
<Command Name="Reject" />
</Commands>
<Activities>
<Activity Name="Draft" State="Draft" IsInitial="True" IsFinal="False" IsForSetState="True" IsAutoSchemeUpdate="True">
<Designer X="20" Y="120" />
</Activity>
<Activity Name="State1" State="State1" IsInitial="False" IsFinal="False" IsForSetState="True" IsAutoSchemeUpdate="True">
<Designer X="320" Y="120" />
</Activity>
<Activity Name="State2" State="State2" IsInitial="False" IsFinal="False" IsForSetState="True" IsAutoSchemeUpdate="True">
<Designer X="620" Y="120" />
</Activity>
<Activity Name="Final" State="Final" IsInitial="False" IsFinal="True" IsForSetState="True" IsAutoSchemeUpdate="True">
<Designer X="920" Y="120" />
</Activity>
</Activities>
<Transitions>
<Transition Name="Activity_1_Activity_2_1" To="State1" From="Draft" Classifier="Direct" AllowConcatenationType="And" RestrictConcatenationType="And" ConditionsConcatenationType="And" IsFork="false" MergeViaSetState="false" DisableParentStateControl="false">
<Triggers>
<Trigger Type="Command" NameRef="StartToRoute" />
</Triggers>
<Conditions>
<Condition Type="Always" />
</Conditions>
<Designer X="265" Y="151" />
</Transition>
<Transition Name="Activity_2_Activity_3_1" To="State2" From="State1" Classifier="Direct" AllowConcatenationType="And" RestrictConcatenationType="And" ConditionsConcatenationType="And" IsFork="false" MergeViaSetState="false" DisableParentStateControl="false">
<Triggers>
<Trigger Type="Command" NameRef="Approve" />
</Triggers>
<Conditions>
<Condition Type="Always" />
</Conditions>
<Designer X="566" Y="148" />
</Transition>
<Transition Name="Activity_3_Activity_4_1" To="Final" From="State2" Classifier="Direct" AllowConcatenationType="And" RestrictConcatenationType="And" ConditionsConcatenationType="And" IsFork="false" MergeViaSetState="false" DisableParentStateControl="false">
<Triggers>
<Trigger Type="Command" NameRef="Approve" />
</Triggers>
<Conditions>
<Condition Type="Always" />
</Conditions>
<Designer />
</Transition>
<Transition Name="Activity_2_Activity_1_1" To="Draft" From="State1" Classifier="Reverse" AllowConcatenationType="And" RestrictConcatenationType="And" ConditionsConcatenationType="And" IsFork="false" MergeViaSetState="false" DisableParentStateControl="false">
<Triggers>
<Trigger Type="Command" NameRef="Reject" />
</Triggers>
<Conditions>
<Condition Type="Always" />
</Conditions>
<Designer X="264" Y="216" />
</Transition>
<Transition Name="Activity_3_Activity_1_1" To="Draft" From="State2" Classifier="Reverse" AllowConcatenationType="And" RestrictConcatenationType="And" ConditionsConcatenationType="And" IsFork="false" MergeViaSetState="false" DisableParentStateControl="false">
<Triggers>
<Trigger Type="Command" NameRef="Reject" />
</Triggers>
<Conditions>
<Condition Type="Always" />
</Conditions>
<Designer X="411" Y="77" />
</Transition>
</Transitions>
</Process>