Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webcenter content workflow document is in process after approval

user619557Jul 27 2016 — edited Jul 29 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2016
Added on Jul 27 2016
5 comments
380 views