You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
The Simple Tensorflow AI Decision plugin allows one to run an AI model
This is a new feature in Joget DX
Figure 1: Simple Tensorflow AI Decision Properties
Name | Description |
---|
Tensorflow Session | The Add Session properties are defined here: Sub-element | Description |
---|
Model | - Choose File - Select an AI model to run
- Clear - clear selected AI model
| | Delete Session | Inputs | When hovering the mouse over the Add Input, a list of Input types will be available as shown below: - BeanShell Script - see Add Input - Beanshell Script properties
- Image - see Add Input - Image properties
- Boolean - see Add Input - Boolean properties
- Audio MelSpectogram - see Add Input - Audio Melspectogram properties
- Numbers - see Add Input - Numbers properties
- Text - see Add Input - Text properties
| Outputs | see Add Output properties |
The Add Input properties are defined here: The Add Output properties are defined here: Sub-element | Description |
---|
Output Name | | Temporary Variable Name | | | Delete Output |
The Add Post Processing properties are defined here: |
Rules | The Rules properties are defined here: Sub-element | Description |
---|
Add Rule | see Add Rule properties below | Add Action | Adds an Action within the ELSE THEN statement. see Add Action properties below |
The Add Rule properties are defined here: Sub-element | Description |
---|
| Toggle between NOT EQUAL and EQUAL | Split Type | | Add Condition | Adds a condition. see Add Condition properties | Add Group | Adds a group within the IF statement. Properties will be similar in Add Rule properties | | Delete Rule | | Sort - Click and drag to reorder Rule above or below another Rule | Add Action | Adds an Action within the THEN statement. |
The Add Condition properties are defined here: Sub-element | Description |
---|
Variable | User input the variable name | Operation | - Equal
- Greater Than
- Greather Than Or Equal To
- Less Than
- Less Than Or Equal To
- Is True
- Is False
- Contains
- In
- Regex Match
| Value | User to input the value | | Delete Condition |
The Add Action properties are defined here Sub-element | Description |
---|
Type | - Transition
- Workflow Variable
| Transition | Will display a selection of all available transitions based on the selected Route inserted as part of the process flow | Workflow Variable | Will display a selection of all available workflow variables based on the current Process
| Value | User to input the value of the selected Workflow Variable | | Delete Action |
|