...
- Decision Tool Plugin is used for map to in a route in a process flow to decide the next transition to flow to after the route.
- Decision Tool Plugin will override the transition rule in the process flow if mapped to a route.
- A useable Decision Tool Plugin must extend org.joget.workflow.model.DecisionPluginDefault abstract class.
...
- processDefId - the process definition id
- processId - the process instance id
- routeId - the route id of this tool mapped
- variables - the workflow variables values
Return org.joget.workflow.model.DecisionResult
POJO Class
org.joget.workflow.model.DecisionResult
...
- Bean Shell Decision Tool
English |
---|
org.joget.apps.app.lib.BeanShellDecisionPlugin (wflow-core) |
- Simple Rules Decision Tool
English |
---|
org.joget.apps.app.lib.RulesDecisionPlugin (wflow-core) |