Process Tool & Post Form Submission Processing Plugin

Introduction

The Process Tool Plugin is used to integrate with external systems or perform additional processing within a process, while the Post Form Submission Processing Plugin is for handling extra processing or integration after a form is saved. Both plugins function similarly and must extend the 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

Related Community Plugins

  • Bean Shell Tool
    org.joget.apps.app.lib.BeanShellTool (wflow-core)
  • Database Update Tool
    org.joget.apps.app.lib.DatabaseUpdateTool (wflow-core)
  • Email Tool
    org.joget.apps.app.lib.EmailTool (wflow-core)
  • Json Tool
    org.joget.apps.app.lib.JsonTool (wflow-core)
Created by Damian Last modified by Aadrian on Dec 13, 2024