Triggers, JavaScripts and WebServices
From ProcessMaker
Contents |
Triggers
A Trigger is a piece of code. In ProcessMaker, triggers are intended to add flexibility when dealing with complex business rules. Most business rules are far more than simple Boolean conditions. In such scenarios, triggers provide the appropriate framework to perform complex calculations.
Here you can find the Triggers Reference Manual and the ProcessMaker Functions .
JavaScript in Dynaforms
It is possible to add JavaScript code to ProcessMaker Dynaforms. JavaScripts add more functions to the dynaforms, as they make it possible to define your own field validations and alerts for the end user as well.
Since the JavaScript code is directly executed on the end user-side, the JavaScript operations can only affect the fields in the corresponding dynaform. For this reason it is not possible to perform actions related with the server-side, like database operations, or operations among different dynaforms.
For more information, visit the JavaScripts manual.
WSDL Web Services
ProcessMaker's WSDL web services provide the interface that allows ProcessMaker's integration with other systems and hereby share the management of processes and cases obtaining this way a global integrated and more complete solution.
Please review the available ProcessMaker Web Services.
Gulliver Framework
Gulliver is a PHP framework for developing web applications and web services based upon a MVC model and Role Based Access Control (RBAC). Gulliver can be used when modifying the source code for ProcessMaker, developing ProcessMaker plugins, or creating new web-based applications.
For more information see the Gulliver Programmer's Reference Guide.
