Workflow Task Definition: Converters |
Content |
||||||||
|
Description |
|
|
"Converters" let you "swap" one set of SDIs for another, converting the base SDC of the Input Queue to a different base SDC in the Output Queue. For example, "ConvertBatchToSample" (below) accepts Batch SDIs as input and outputs the Sample SDIs in the Batch.
![]() |
All Converters are based on the ConverterStep, with the following conversions based on the Step Type Properties of each Converter:
Converter | Description |
ConvertArrayItemToSample | Accepts ArrayItemId as input. Outputs SampleIds in the ArrayItem. |
ConvertArrayToArrayItem | Accepts ArrayId as Input. Outputs ArrayItemIds in the Array. |
ConvertArrayToSample | Accepts ArrayId as input. Outputs SampleIds in the Array. |
ConvertArrayToTrackItem | Accepts one or more ArrayIds as input. Outputs
the linked TrackItemId. TrackItemIds are returned in the same order as that of the input ArrayIds. If a TrackItemId does not exist, the Task will add a new TrackItem and return the new TrackItemId. |
ConvertBatchToSample | Accepts BatchId as input. Outputs SampleIds in the Batch. |
ConvertBoxToStorageUnit | Accepts one or more BoxIds as input. Outputs
the linked StorageUnitId. StorageUnitIds are returned in the same order as that of the input BoxIds. |
ConvertBoxToTrackItem | Accepts one or more BoxIds as input. Outputs
the linked TrackItemId. TrackIitemIds are returned in the same order as that of the input BoxIds. If a TrackItemId does not exist, the Task will add a new TrackItem and return the new TrackItemId. |
ConvertPackageToStorageUnit | Accepts one or more PackageIds as input.
Outputs the linked StorageUnitId. StorageUnitIds are returned in the same order as that of the input PackageIds. |
ConvertPackageToTrackItem | Accepts one or more PackageIds as input.
Outputs the linked TrackItemId. TrackIitemIds are returned in the same order as that of the input PackageIds. If a TrackItemId does not exist, the Task will add a new TrackItem and return the new TrackItemId. |
ConvertPhysicalStoreToStorageUnit | Accepts one or more PhysicalStoreIds as input.
Outputs the linked StorageUnitId. StorageUnitIds are returned in the same order as that of the input PhysicalStoreIds. |
ConvertQCBatchToSample | Accepts QCBatchId as input. Outputs SampleIds in the QCBatch. |
ConvertQCBatchToSDIWorkitem | Accepts QCBatchId as input. Outputs SDIWorkitemIds associated with Samples in the QCBatch. |
ConvertSampleToBatch | Accepts SampleIds as input. Outputs the Batch containing the Samples. |
ConvertSampleToSDIWorkitem | Accepts SampleId as input. Outputs SDIWorkitemIds associated with the Sample. |
ConvertSampleToTrackItem | Accepts one or more Samples as input. Outputs
the linked TrackItemId. TrackItemIids are returned in the same order as that of the input SampleIds. If a TrackItemId does not exist, the Task will add a new TrackItem and return the new TrackItemId. |
ConvertSDIWorkitemToSample | Accepts SDIWorkitem as input. Outputs SampleIds associated with the Test. |
ConvertStorageUnitToBox | Accepts one or more StorageUnitIds as input.
Outputs the linked BoxId. BoxIds are returned in the same order as that of the input StorageUnitIds. |
ConvertStorageUnitToPackage | Accepts one or more StorageUnitIds as input.
Outputs the linked PackageId. PackageIds are returned in the same order as that of the input StorageUnitIds. |
ConvertStorageUnitToPhysicalStore | Accepts one or more StorageUnitIds as input.
Outputs the linked PhysicalStoreId. PhysicalStoreIds are returned in the same order as that of the input StorageUnitIds. |
ConvertTrackItemToArray | Accepts one or more TrackItemIds as input.
Outputs the linked ArrayId. ArrayIds are returned in the same order as that of the input TrackItemIds. |
ConvertTrackItemToBox | Accepts one or more TrackItemIds as input.
Outputs the linked BoxId. SampleIds are returned in the same order as that of the input TrackItemIds. |
ConvertTrackItemToPackage | Accepts one or more TrackItemIds as input.
Outputs the linked PackageId. PackageIds are returned in the same order as that of the input TrackItemIds. |
ConvertTrackItemToSample | Accepts one or more TrackItemIds as input.
Outputs the linked SampleId. SampleIds are returned in the same order as that of the input TrackItemIds. |