You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

New Feature

This is a new feature in Joget DX

Introduction

Multi Tools provide the ability to run multiple process tool plugins in a single tool bubble of a process design, with the option of multi-threading support.

This greatly reduces the effort and time needed to achieve a multiple tools parallel execution process design.

Multi Tools Properties

NameDescriptionScreens (Click to view)
Tool

Select any process tool plugin here, and add more rows to configure even more plugins.

After selecting your desired tool(s), you can configure them on subsequent configuration tab(s).

By checking this option without enabling Run Tools In Multithread, all plugin(s) will run in a sequential manner.

Figure 1: Multi Tools Properties

Run Tools In Multithread

Enable this option to run each and every configured plugins in separate threads.

This may significantly increase performance for process instance management in cases of plugins with heavy processing.

By checking this option without enabling Wait for all Threads to Finish, Joget will proceed to the next step in a process regardless of completion of process tool plugins.

Do take consideration of form data integrity & consider the use of Wait for All Threads to Finish option.

Wait for all Threads to Finish

Enable this option to instruct Joget to wait for all plugins in this tool to complete execution, before proceeding to the next step in a process.

Applicable only when Run Tools In Multithread option is checked.




  • No labels