I've created a new workflow in portal_workflow
(let's name it my_workflow
), and I'm trying to export it using portal_setup
without success. I've done this in the past with other workflows, and it worked like a charm. But, somehow, this last workflow I created can't be exported.
When exported, the new created workflow is presented in workflows.xml
, but workflows/my_workflow/
and workflows/my_workflow/definition.xml
doesn't exist. The other workflows (including some custom ones) are exported.
Is there anything I'm unaware of that is preventing to export my new workflow? portal_catalog
, something?
EDIT: I get this error when trying to extract the files. Is this something correlated? Just my_workflow
isn't presented in my tar.gz.
gzip: stdin: invalid compressed data--length error
tar: Skipping to next header
tar: Child returned status 1
tar: Exiting with failure status due to previous errors