C
Chris S. Hogan
Guest
Take a look at the ICcServer JavaDocs Progress Corticon Server API Also a REST service described here: http://localhost:8850/axis/swagger/...h32Execution32Service/postBatchExecutionStart startBatchExecution java.lang.String startBatchExecution(org.json.JSONObject ajsonObjectBatchProcessingProperties) throws CcServerDecisionServiceNotRegisteredException , CcServerDecisionServiceQueryServiceLoadFailedException , CcServerInitializationInProgressException , CcServerInvalidArgumentException , CcServerLicenseViolationException This method will start a Batch Execution against a particular Decision Service based on the Batch Processing Properties outlined in the passed in JSONObject. Parameters: ajsonObjectBatchProcessingProperties - - JSONObject containing all necessary processing properties to run the desired Batch Execution. Returns: - String, which will be unique Id for the newly started Batch Execution Throws: CcServerDecisionServiceNotRegisteredException CcServerDecisionServiceQueryServiceLoadFailedException CcServerInitializationInProgressException CcServerInvalidArgumentException CcServerLicenseViolationException Christopher S. Hogan Solutions Architect Office: +1-346-352-0699 Mobile: +1-646-243-4282
Continue reading...
Continue reading...