| AbstractParseBpmPlatformXmlStep | 
 Deployment operation step responsible for parsing and attaching the bpm-platform.xml file. 
 | 
| AbstractStartProcessEnginesStep | 
Deployment operation step that is responsible for starting all process
 engines declared in a  List of  ProcessEngineXml files.  
 | 
| Attachments | 
 Contains the attachment names of all attachments used by the
 ProcessApplication deployment OperationSteps. 
 | 
| DeployProcessArchivesStep | 
 Deployment step responsible for creating individual
  DeployProcessArchiveStep instances for each process archive
 configured in the META-INF/processes.xml file.  
 | 
| DeployProcessArchiveStep | 
 
 Deployment operation step responsible for deploying a process archive 
 | 
| DiscoverBpmPlatformPluginsStep | 
  | 
| NotifyPostProcessApplicationUndeployedStep | 
  | 
| ParseProcessesXmlStep | 
 Detects and parses all META-INF/processes.xml files within the process application
 and attaches the parsed Metadata to the operation context. 
 | 
| PlatformXmlStartProcessEnginesStep | 
 Retrieves the List of ProcessEngines from an attached  ProcessesXml.  
 | 
| PostDeployInvocationStep | 
Operation step responsible for invoking the @ PostDeploy method of a
 ProcessApplication class.  
 | 
| PreUndeployInvocationStep | 
Operation step responsible for invoking the @ PreUndeploy method of a
 ProcessApplication class.  
 | 
| ProcessesXmlStartProcessEnginesStep | 
 Retrieves the List of ProcessEngines from an attached  ProcessesXml.  
 | 
| ProcessesXmlStopProcessEnginesStep | 
 Deployment operation responsible for stopping all process engines started by the deployment. 
 | 
| StartProcessApplicationServiceStep | 
 This deployment operation step starts an MBeanService for the process application. 
 | 
| StartProcessEngineStep | 
 Deployment operation step responsible for starting a managed process engine
 inside the runtime container. 
 | 
| StopProcessApplicationServiceStep | 
 | 
| StopProcessApplicationsStep | 
 Deployment operation step that is responsible for stopping (undeploying) all process applications 
 | 
| StopProcessEnginesStep | 
 Deployment operation step that stops ALL process engines registered inside the container. 
 | 
| UndeployProcessArchivesStep | 
 Deployment operation responsible for undeploying all process archives. 
 | 
| UndeployProcessArchiveStep | 
 Deployment operation step responsible for performing the undeployment of a
 process archive 
 | 
| UnregisterBpmPlatformPluginsStep | 
  |