You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Usages
- Process Tool Plugin is used for integrating with external systems or make extra processing in the middle of a process. Please refer to Process Tool Mapping.
- Form Post Submission Processing Plugin is used for integrating with external systems or make extra processing after a form is saved. Please refer to Form Builder - Properties.
- Process Tool Plugin and Form Post Submission Processing Plugin are equally same.
- A useable Process Tool Plugin and Form Post Submission Processing Plugin must extends org.joget.plugin.base.DefaultApplicationPlugin abstract class.
Abstract Class
org.joget.plugin.base.DefaultApplicationPlugin
Method Detail
Abstract Methods
execute
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.
Plugin Properties Options
Tutorials