Delete/Cancel all active processes

Hi Team,

 

We had an error in one of the expression rules which is used by a process ;un-fortunately this process is triggered in every 15 minutes and we have lot of active process instances flooding the system. Is there a smart way to delete all this active process from the system. As of now we are manually deleting it from Process tab

 

Thanks,

George

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    1. Create the process report for process model for which you want to delete/cancel instances, with added filter like from date and to date if you want to delete for specific period.
    2. Use execute process report smart service to call process report, you will get process ids
    3. Now you can pass all ids to delete process/cancel process smart service to achieve your requirement.

    I hope this will help you.

    Regards,
    Vinod Tate
Reply
  • Hi,

    1. Create the process report for process model for which you want to delete/cancel instances, with added filter like from date and to date if you want to delete for specific period.
    2. Use execute process report smart service to call process report, you will get process ids
    3. Now you can pass all ids to delete process/cancel process smart service to achieve your requirement.

    I hope this will help you.

    Regards,
    Vinod Tate
Children