Deprecated API

Deprecated Interfaces
de.danet.an.workflow.spis.aii.ExecutionModeProvider
          As of version 1.2, there are no different execution modes any more. 
 

Deprecated Methods
de.danet.an.workflow.api.WorkflowService.eventReceiver(WfAuditHandler)
          since version 1.3.2. Use createEventSubscriber instead and set a handler for the object thus obtained 
de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory.getResourceAssignmentService()
          see setResourceAssignmentService 
de.danet.an.workflow.api.ProcessDefinition.removeClosedProcess()
          Use cleanupMode. For backward compatibility, this method returns true if cleanupMode returns REMOVE_AUTOMATIC. 
de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory.setResourceAssignmentService(ResourceAssignmentService)
          the resource management service needs only a small subset of the methods provided by a ResourceAssignmentService. To allow greater flexibility when implementing a resource management service, the requirement for a complete resource assignment service has been replaced with the requirement for a ResourceAssignmentContext.