From dd91089106edeb9bf1cdfe415c98a051585797c2 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 2 Apr 2014 15:27:08 +0200 Subject: Default StateMachine workflow --- src/main/resources/boot/CA/ManageStateMachine.xml | 214 ++++++++++++++++++++++ src/main/resources/boot/EA/EditStateMachine.xml | 19 ++ src/main/resources/boot/allbootitems.txt | 2 + 3 files changed, 235 insertions(+) create mode 100644 src/main/resources/boot/CA/ManageStateMachine.xml create mode 100644 src/main/resources/boot/EA/EditStateMachine.xml (limited to 'src') diff --git a/src/main/resources/boot/CA/ManageStateMachine.xml b/src/main/resources/boot/CA/ManageStateMachine.xml new file mode 100644 index 0000000..47d769b --- /dev/null +++ b/src/main/resources/boot/CA/ManageStateMachine.xml @@ -0,0 +1,214 @@ + + + + + + + + + + 19 + 20 + 21 + + + + + + + + + + + + + 17 + 20 + 18 + + + + + + + + + + + 16 + 17 + + + + + + + + + + + + 8 + 21 + + + + + + + + + + + 6 + 7 + 8 + + + + + + + + + + + + + 18 + 19 + + + + + AssignNewVersionFromLast + + + + + + + + 7 + 16 + 5 + + + + + + + + + + + 5 + 6 + + + + + + EditStateMachine + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditStateMachine.xml b/src/main/resources/boot/EA/EditStateMachine.xml new file mode 100644 index 0000000..a1060b7 --- /dev/null +++ b/src/main/resources/boot/EA/EditStateMachine.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/allbootitems.txt b/src/main/resources/boot/allbootitems.txt index 194eb61..9bbea75 100644 --- a/src/main/resources/boot/allbootitems.txt +++ b/src/main/resources/boot/allbootitems.txt @@ -16,6 +16,7 @@ EA/AssignNewVersionFromLast EA/EditActivityDef EA/EditSchema EA/EditScriptDefinition +EA/EditStateMachine EA/CreateNewItem EA/CreateNewAgent EA/EditModuleDefinition @@ -26,5 +27,6 @@ CA/ManageCompositeActDef CA/ManageElementaryActDef CA/ManageSchema CA/ManageScript +CA/ManageStateMachine SC/CreateNewNumberedVersionFromLast SC/ServerNewEntity -- cgit v1.2.3