Workflow execution
The wf_client run
command can be used to execute a project.
Use -p {PATH TO THE WORKFLOW PROJECT}
to run a project from another directory (it defaults to current working directory)
Single task-group
You can specify the analysed task group using the
--task-group
flag.You can pass entries using
-e entry_name:entry_value
You can pass metadata using
-m metadata_name:metadata_value
You can provide the path to your .env file if not previously sourced using the
--env
flag
To pass several entries/metadata, simply repeat the above syntax (multiple -e ...
)
Add the flag -d
if you want the analysed image to be displayed with the drawn predicted regions
Multiple task-groups
You can run multiple task-groups with a shared environment (like a work-order) using an input file.
The format for the input file is:
Then, running the workflow using