You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow running scripts in batch from the script editor, we should have a Batch button next to the Run and Kill buttons in the script editor.
I did some initial work on the batch-processing-draft branch, but it would be much better if we had a way to provide this functionality in an extensible way, much the same as SearchActionFactory plugins in scijava-search.
How about creating a ScriptAction plugin type, so that the batch-processor project can provide a BatchScriptAction that results in a Batch button being added, and the script is run with the batch processor upon click?!
The text was updated successfully, but these errors were encountered:
To allow running scripts in batch from the script editor, we should have a
Batch
button next to theRun
andKill
buttons in the script editor.I did some initial work on the
batch-processing-draft
branch, but it would be much better if we had a way to provide this functionality in an extensible way, much the same asSearchActionFactory
plugins inscijava-search
.How about creating a
ScriptAction
plugin type, so that thebatch-processor
project can provide aBatchScriptAction
that results in a Batch button being added, and the script is run with the batch processor upon click?!The text was updated successfully, but these errors were encountered: