Hi,
I am attempting to put together a lifecycle that moves documents between folders as they move through lifecycle states.
I have imported the folders I require into my Composer project abd they appear under the Folders node, and checking the XML they do appear to correspond to the right path in the repository.
I then add states to my lifecycle and set the action to be 'Move all links to location' and I set the locations from the added folders.
The problem I have is that when this DAR is deployed the action that appears to be written does not seem to have the full path to the folder I need to move to, it only has the final folder name in the path prefixed with a /. This causes the action to fail as it cannot find the path it is looking for.
So the question. Is this a bug in Composer, a feature or am I doing something wrong?