| java.lang.Object org.ofbiz.workflow.WfApplicationServices
WfApplicationServices | public class WfApplicationServices (Code) | | Workflow Application Services - 'Services' and 'Workers' for interaction with Workflow Application API
author: Manuel Soto & Oswin Ondarza version: $Revision: 1.1 $ since: 2.0 |
activateApplication | public static Map activateApplication(DispatchContext ctx, Map context)(Code) | | Activate an application by inserting expected arguments in
the ApplicationSandbox table.
Note: Assume that the activity (workEffort) has only one performer as
defined in XPDL specification, this means that there is only one
partyAssigment w/ CAL_ACEPTED state.
Parameters: ctx - Service dispatch Context Parameters: context - Actual parameters throws: GenericServiceException - Empty result |
|
|