Each variable workflow step must implement this factory interface. It has the following methods:
Method
getBusinessProcess
Method description
Gets an instance of BusinessProcessInterface. The factory class constructs the BusinessProcess instance by calling the appropriate constructor, based on the configuration information that is passed in.
Syntax
public BusinessProcessInterface getBusinessProcess( Context context, Config workflowConfig, BusinessDocumentInterface bDoc)
Parameters
Method
returnBusinessProcess
Method description
Returns BusinessProcess to factory. Called by BPE.
Syntax
public void returnBusinessProcess(BusinessProcessInterface bp)
Parameters