Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Post Form Submission Processing Plugin is used for integrating with external systems or make extra processing after a form is saved.
Process Tool Plugin and Post Form Submission Processing Plugin are equally same.
A useable Process Tool Plugin and Post Form Submission Processing Plugin must extends org.joget.plugin.base.DefaultApplicationPlugin abstract class.
Under wflow-plugin-base module
Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
A base abstract class to develop a Process Tool Plugin and Post Form Submission Processing Plugin.
public abstract java.lang.Object execute(java.util.Map props)
To execute the extra processing.
A org.joget.workflow.model.WorkflowAssignment object is passed as "workflowAssignment" property when it is available.
Return is not used for now.
Please refer to Plugin Properties Options for more information.