diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-02-13 10:48:19 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-02-13 10:48:19 +0100 |
| commit | f3b930465573c3e097f4a2c1f85457fa5d9c7acd (patch) | |
| tree | f1e9d7ef46fcbb468549349620414b3988c9e662 | |
| parent | 4d9528d29dfb17dff5c2e71b05990d3c0edf2f1b (diff) | |
Allow wf assignment to be skipped (in the case of module imports)
| -rw-r--r-- | src/main/resources/boot/CA/ItemDescriptionWf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/boot/CA/ItemDescriptionWf.xml b/src/main/resources/boot/CA/ItemDescriptionWf.xml index e216df0..2e69e60 100644 --- a/src/main/resources/boot/CA/ItemDescriptionWf.xml +++ b/src/main/resources/boot/CA/ItemDescriptionWf.xml @@ -177,6 +177,7 @@ <Properties>
<KeyValuePair Key="Name" String="SetInstanceWorkflow" />
<KeyValuePair Key="Version" Integer="0" />
+ <KeyValuePair Key="Skippable" Boolean="true"/>
</Properties>
<activityDef>SetInstanceWorkflow</activityDef>
</ActivitySlotDef>
|
