Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

用法

  • 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.
  • Post Form 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 Post Form Submission Processing Plugin are equally same.
  • A useable Process Tool Plugin and Post Form Submission Processing Plugin must extends Process Tool/ Post Form Submission Processing Plugin abstract class.

...

  • 用于与外部系统集成或在进程中间进行额外的处理。请参阅  处理工具映射
  • 表单提交处理插件用于与外部系统集成或在保存表单后进行额外的处理。请参阅表单生成器 - 属性
  • 处理工具插件和表单提交处理插件也是一样的。
  • 一个可用的Process Tool Plugin和Post Form Submission Processing插件必须扩展  org.joget.plugin.base.DefaultApplicationPlugin  抽象类。

抽象类

org.joget.plugin.base.DefaultApplicationPlugin

Method Detail

Abstract Methods
execute

方法细节

抽象方法
执行
public abstract java.lang.Object execute(javaexecute(java.util.Map props)

To execute the extra processing.

props)

执行额外的处理。

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

WorkflowAssignment对象在可用时作为“workflowAssignment”属性传递。

 现在不使用返回

插件属性选项

教程

相关的社区插件

  • Bean Shell工具Bean Shell Tool
    org.joget.apps.app.lib.BeanShellTool (wflow-core)Database Update ToolBeanShellTool(wflow-core)
  • 数据库更新工具
    org.joget.apps.app.lib.DatabaseUpdateTool (wflow-core)DatabaseUpdateTool(wflow-core)
  • 电子邮件工具Email Tool
    org.joget.apps.app.lib.EmailTool (wflow-core)Json ToolEmailTool(wflow-core)
  • Json工具
    org.joget.apps.app.lib.JsonTool (wflow-core)JsonTool(wflow-core)