Release Notes / Version 11.2310
Table Of Contents
The workflow-server tool cm download
now outputs
the absolute paths of created artifacts, instead of just a relative
path.
Note, that if you parsed output of the tool before, corresponding parsing needs to be adapted.
Previous output:
Downloading 'StudioSimplePublication' Wrote 'StudioSimplePublication.xml' (4992 bytes) Successfully downloaded 'StudioSimplePublication' to 'StudioSimplePublication.xml'
New output:
Downloading StudioSimplePublication (id: coremedia:///cap/processdefinition/1) Successfully downloaded StudioSimplePublication (id: coremedia:///cap/processdefinition/1) to: XML: <absolute path>/processdefinition-StudioSimplePublication-1.xml
More details (like number of downloaded bytes) available on
--verbose
output (like the previously reported
bytes written).
Also note, that default output names got aligned and now always match
the pattern
processdefinition-<name>-<numeric id>.xml|jar
.
(CMS-22561)