The Open API specification for Synapse is now available for download!

Download Open API Spec

TaskBundle

org.sagebionetworks.repo.model.curation.TaskBundle

A bundle containing a CurationTask and its associated TaskStatus.

Field Type Description
task CurationTask The CurationTask provides instructions for a Data Contributor on how data or metadata of a specific type should be both added to a project and curated. There should be a CurationTask for each type of data/metadata to be contributed to a project. There are currently two categories of curation tasks: file-based metadata collection and record-based metadata collection. For each category there will be a concrete implementation of this interface. This interfaces defines the common fields of all CurationTasks.
status TaskStatus Tracks the dynamic lifecycle and progress of a CurationTask.