Case activity form
The case activity form is a specific type of a smart task form and it should define the following properties for the js-controller:
window.init = function (wzpContainer) {
wzpContainer.isCaseActivityForm = true;
wzpContainer.haveLockTakeOverFunctionality = false;
angular.module('wzput').constant('wzpContainer', wzpContainer);
angular.bootstrap(window.document, ['wzput']);
};