Search code examples
oracle-databasewebcenteroracle-ucm

Call services from workflow


I am trying to set up a workflow were the content item is either deleted or moved to another folder, if rejected. No wfFunctions seems to be able to do this, only thing related to deleting content is the services, specifically the DELETE_DOC service. But i can't seem to figure out how to call it from the workflow step.

Related question: I have tried to wfUpdateMetaData on the xCollectionID, with no result. Is there a metadata/path i can change to move the file.

Thank you in advance


Solution

  • You should be able to move the item by updating the folder. Note that wfUpdateMetaData will only update the latest revision.

    Some additional reading: