use of org.wso2.carbon.bpel.b4p.coordination.CoordinationController in project carbon-business-process by wso2.
the class B4PServiceComponent method initHumanTaskCoordination.
private void initHumanTaskCoordination() throws B4PCoordinationException {
B4PContentHolder.getInstance().setCoordinationController(new CoordinationController());
B4PContentHolder.getInstance().getCoordinationController().init();
}
Aggregations