diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-04-11 17:03:38 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-04-11 17:03:38 +0200 |
| commit | f09e07e3314bb9c0cb7a6da7055ecb01da3ed722 (patch) | |
| tree | 266f113b07f646008b119da959c54c8ee6efb0a8 /src/main/resources/boot/CA/SchemaFactoryWf.xml | |
| parent | 062c586ccef008d9e91424431e6f28effa8a1143 (diff) | |
OutcomeInitiator based description initialization. Absorbs all
description editing from the kernel. Module.debug functionality missing
- kernel now creates all imported module descriptions with NoWorkflow.
Need a way to patch them in later (must be part of this module)
Diffstat (limited to 'src/main/resources/boot/CA/SchemaFactoryWf.xml')
| -rw-r--r-- | src/main/resources/boot/CA/SchemaFactoryWf.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/boot/CA/SchemaFactoryWf.xml b/src/main/resources/boot/CA/SchemaFactoryWf.xml index 9b709fd..fc5928b 100644 --- a/src/main/resources/boot/CA/SchemaFactoryWf.xml +++ b/src/main/resources/boot/CA/SchemaFactoryWf.xml @@ -54,8 +54,9 @@ <Properties>
<KeyValuePair Key="Name" String="EditEmptySchema" />
<KeyValuePair Key="Version" Integer="0" />
+ <KeyValuePair Key="SchemaType" String="Schema" />
</Properties>
- <activityDef>EditSchema</activityDef>
+ <activityDef>EditDefinition</activityDef>
</ActivitySlotDef>
<LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true"
IsComposite="false" isNext="0">
|
