Hi Expert, I am using Webcenter content 11.1.1.9 and using criteria workflow to call BPEL composite.BPM workflow approval process works fine. In last steps of BPM workflow, I call UCM approval workflow service..it works successfully.
I can see in workflow info ,last status is 'Approve' and in content info status is still in Review.
I don't any error in log file. If I remove/uncheck Exit condition then it works fine ..but then it fails for reject scenario. Do I need to write logic /script to release the document in exit condition or it should release immediately once BPM process is closed.
Workflow type : critera
Steps : One Step
Exit Condition : wfGet("conversationId") and obIsInstanceClose("bpel_process",wfGet("conversationId"))
Events : <$if userHasRole("admin") $>
<$wfExit(100,100)$>
<$elseif not conversationId $>
<$obConfigID="bpel_process"$>
<$obInvokeProcess(obConfigID)$>
<$endif$>
Thanks