diff options
| author | abranson <abranson@PCUWE01.cern.ch> | 2012-06-22 09:57:57 +0200 |
|---|---|---|
| committer | abranson <abranson@PCUWE01.cern.ch> | 2012-06-22 09:57:57 +0200 |
| commit | 818943e44a457f3c4f35ed54dbfd0a2ae0a7bcb2 (patch) | |
| tree | 1e029f9c055dfec2e50e651a2ed41aaf7c731d6f /src/main/module.xml | |
| parent | c8d22230ac8ef997a90e4792f188686ac3d9555b (diff) | |
Special workflow for read-only item descriptions just containing the
instatiation activity.
Diffstat (limited to 'src/main/module.xml')
| -rw-r--r-- | src/main/module.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/module.xml b/src/main/module.xml index 6869269..63cf54d 100644 --- a/src/main/module.xml +++ b/src/main/module.xml @@ -18,7 +18,8 @@ <Resource type="CA" name="SchemaFactoryWf">boot/CA/SchemaFactoryWf.xml</Resource>
<Resource type="CA" name="ScriptFactoryWf">boot/CA/ScriptFactoryWf.xml</Resource>
<Resource type="CA" name="ItemDescriptionWf">boot/CA/ItemDescriptionWf.xml</Resource>
- <Resource type="CA" name="ItemDescriptionFactoryWf">boot/CA/ItemDescriptionFactoryWf.xml</Resource>
+ <Resource type="CA" name="ItemDescriptionFactoryWf">boot/CA/ItemDescriptionFactoryWf.xml</Resource>
+ <Resource type="CA" name="ReadOnlyItemDescriptionWf">boot/CA/ReadOnlyItemDescriptionWf.xml</Resource>
<Resource type="SC" name="LocalObjectDefCreator">boot/SC/LocalObjectDefCreator.xml</Resource>
<Resource type="SC" name="InstantiateItem">boot/SC/InstantiateItem.xml</Resource>
<Resource type="SC" name="SetWorkflow">boot/SC/SetWorkflow.xml</Resource>
|
