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.

 


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.

(tip- to get the content of the information array, double click on it)

You can find the following information about a currently deployed processes.

  • Process name
  • Version
  • State 

Image Added

Retiring a deployed 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.

(tip- to get the content of the information array, double click on it)

You can find the following information about a currently deployed processes.

...