Within an open Conduct:
Debug
, Export
, Codify
and Import
The object will appear in the middle of the Conduct workspace, as shown in the example below
Only objects that have a scope of 1,2 or 3 will appear in the existing objects box, if you object does not appear then check the object editor and ensure one of these values is defined.
Within an open Conduct:
Debug
, Export
, Codify
and Import
The object will appear in the middle of the Conduct workspace
NOTE Imported objects are just reused objects. If you change it, it will be changed everywhere it is used!
Scope values do not affect object permissions. - If you dont have access to an object you wont be able to read it or use it.
Value | Purpose |
---|---|
0 | Cant be seen in existing objects |
1 | Can be seen by the object creator within exiting objects |
2 | Can be seen by the objects creators groups within exiting objects |
3 | Can be seen by everyone within exiting objects |
NOTE Within the object editor panel it is possible to use the following hotkeys:
Action | Hotkey |
---|---|
Save | Control + s |
Exit | esc |
NOTE You can also delete objects by selecting them and pressing the delete key on your keyboard
Action | Hotkey |
---|---|
Delete | del |
Links are how you build jimiFlows, they allow you to build a flow chart like diagram that is used to control execution
Link logic allows you to have fine grain control over what objects are executed under what conduction's.
Supported link logic includes:
Value | Description | Colour in Flow |
---|---|---|
True | From object returned as success | Green |
False | From object returned as failure | Red |
exitCode | From object exit code matches the defined integer value e.g 0 | Yellow |
If Logic | Logical conduction is met following jimi Logic definition e.g. if 1 == 1 | Pink |
* | Wildcard, will always continue | Blue |
Action | Hotkey |
---|---|
Delete | del |