custom_proc:custom_processors
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
custom_proc:custom_processors [2021/02/07 14:00] – benjamin | custom_proc:custom_processors [2023/10/25 15:42] (current) – [Plugin Development] emcodem | ||
---|---|---|---|
Line 10: | Line 10: | ||
So the folder \Processors\plugin_nodes\custom_nodes can only contain folders, not files. Each subfolder represents one plugin processor. For information about the contents of each plugin subfolder, keep on reading. | So the folder \Processors\plugin_nodes\custom_nodes can only contain folders, not files. Each subfolder represents one plugin processor. For information about the contents of each plugin subfolder, keep on reading. | ||
- | {{: | + | {{gallery>: |
In this picture, we see the plugin base directory \Processors\plugin_nodes\custom_nodes. The 2 folders represent each one custom plugin. | In this picture, we see the plugin base directory \Processors\plugin_nodes\custom_nodes. The 2 folders represent each one custom plugin. | ||
- | {{: | + | {{gallery>: |
In this picture we see the contents of an example plugin. The file style.css is not mandatory, it is just used by this processor' | In this picture we see the contents of an example plugin. The file style.css is not mandatory, it is just used by this processor' | ||
Line 55: | Line 55: | ||
* category: display category in the workflow canvas. possible values: TODO | * category: display category in the workflow canvas. possible values: TODO | ||
* enabled: when set to 0, processor is not shown in the processor menu in workflow canvas | * enabled: when set to 0, processor is not shown in the processor menu in workflow canvas | ||
+ | * priority: 1 is default, when set to -1, the node is not counted as a running job. Used e.g. for sleeping and waiting processes while allowing other jobs to process instead of blocking the que | ||
* description: | * description: | ||
* ** guid: must be unique for each custom plugin**, best use a guid generator. A workflow stores the plugin based on it's guid, so the guid should not ne changed after plugin installation. | * ** guid: must be unique for each custom plugin**, best use a guid generator. A workflow stores the plugin based on it's guid, so the guid should not ne changed after plugin installation. | ||
Line 253: | Line 254: | ||
** Set Outputs from a processor ** | ** Set Outputs from a processor ** | ||
- | |||
Setting outputs is optional. If you develop a processor that is not intended to deliver any output back to ffastrans, thats ok and you do not have to read on ;-) | Setting outputs is optional. If you develop a processor that is not intended to deliver any output back to ffastrans, thats ok and you do not have to read on ;-) | ||
Line 275: | Line 275: | ||
* s_job_error_msg | * s_job_error_msg | ||
* setting this will cause the FFAStrans host to go the " | * setting this will cause the FFAStrans host to go the " | ||
+ | |||
+ | Usually outputs are already part of the job json because they are passed in from the processor GUI html. | ||
+ | So the processor code does not have to " | ||
+ | |||
+ | Take special note about the field names, " | ||
+ | |||
+ | < | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </ | ||
custom_proc/custom_processors.1612706442.txt.gz · Last modified: 2021/02/07 14:00 by benjamin