Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

Image Added

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

Input format for operations

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.

Like wise you can do other two operations on processes which are already deployed in BPS by using Process MBean operations.

Instance Status Monitor MBean

Process MBean is used to get information about process faliures and instance faliures. In order to get notifications on failures you need to subscribe to notifications.

  1. Click on "Notifications" under InstanceStatusMonitor Mbean.
  2. Click on "Subscribe" in order to subscribe to the notifications.

Image Added