BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  How to make Completed or Terminated instances to Active state

    Posted Wed June 25, 2025 09:39 AM

    Is there any way to make Completed or Terminated instances into Active state? Asking this because around 8 years back one of my colleagues told me that some JSP page is available as part of the IBM BPM product which will make the instances to be in Active state if they are already in Completed or Terminated state.

    Further, the answer will be helpful for me to provide some operational support on my client.



    ------------------------------
    Muhammad Haris Khan
    ------------------------------


  • 2.  RE: How to make Completed or Terminated instances to Active state
    Best Answer

    Posted Tue August 19, 2025 09:13 AM

    You can use the api to inject the token on the complete instance. The instance execution status in the lsw_bpd_instance table should be 1 prior to execute the below api. 

    https://[hostname]:[port]/portal/jsp/inject?bpdInstanceId=[INSTANCE_ID]&action=i&flowObjId=[OBJECT_ID]



    ------------------------------
    Muhammad Yousuf
    ------------------------------



  • 3.  RE: How to make Completed or Terminated instances to Active state

    Posted Mon August 25, 2025 05:59 AM

    Dear Mr. Muhammad Yousuf, thank you for the answer. I tried it and it worked as expected. This API is a hidden gem. Thank you once again.



    ------------------------------
    Muhammad Haris Khan
    ------------------------------