notifyDDLExecution

The notifyDDLExecution service notifies TIBCO ActiveMatrix BPM that the database scripts have been executed. You can also use this service to freeze case models. Freezing a case model means that no further updates can be made to any of the database scripts and that no newer minor version of this case model can be deployed to update the frozen model.

  • The request must specify the caseModelID and database script action. For example, FREEZE_CASE_DATA_MODEL or DROP_SCRIPT_EXECUTED. It also allows TIBCO ActiveMatrix BPM to validate that the scripts have been run or provide the operation details about why the update was performed. You can disable this verification step, depending on your requirements.
  • The response is an NotifyDDLExecutionResponse that indicates success.
Required System Action
administerGlobalDataScripts
API Descriptions