We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available information:
workflowtask_id
dataset_id
task_type
null
num_submitted_images
num_failed_images
num_available_images
latest_status
task_type is converter_non_parallel or converter_compound (not available yet in the backend) Images counters are ignored.
converter_non_parallel
converter_compound
task_type is non_parallel, parallel, compound latest_status is ignored
non_parallel
parallel
compound
num_available_images=num_done_images
num_available_images=num_failed_images
/total
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Available information:
workflowtask_id
anddataset_id
task_type
: available from workflowtasknull
, because the task was never run.num_submitted_images
,num_submitted_images
,num_failed_images
: integers, non-nullablenum_available_images
: integer or nulllatest_status
: the latest global scalar status (done, submitted, failed) for this workflowtask and datasetConverters
task_type
isconverter_non_parallel
orconverter_compound
(not available yet in the backend)Images counters are ignored.
latest_status
Non converters
task_type
isnon_parallel
,parallel
,compound
latest_status
is ignorednum_available_images=num_done_images
) --> display single green checkmarknum_available_images=num_failed_images
) --> display single red Xnum_submitted_images
,num_submitted_images
,num_failed_images
(each one with its own symbol)/total
, where total is equal tonum_available_images
or?
if it is nullThe text was updated successfully, but these errors were encountered: