Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • retireProcess - Retire a currently deployed process.
  • activateProcsess- Activate a currently deployed process
  • disableProcess- Disable a currently deployed process.

 

Image RemovedImage Added

Retiring a deployed process

You need to give the local part of the process name with the version of the process in order to do a task on a particular process. The format should be "local name of the process-version of the process".

As an example if you want to retire "HelloWorld2" process, you need to give the input as HelloWorld2-2.

You can see an attribute named "ProcessStates" within process MBean. This consists of a String array with information about all BPEL processes currently resides in BPS.

...