Skip to content

Commit 26ee684

Browse files
committed
update serializer for cleanup workdir job
1 parent 01e795a commit 26ee684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geospaas_rest_api/processing_api/serializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class JobSerializer(rest_framework.serializers.Serializer):
1515
'harvest': models.HarvestJob,
1616
'syntool_cleanup': models.SyntoolCleanupJob,
1717
'compare_profiles': models.SyntoolCompareJob,
18+
'workdir_cleanup': models.WorkdirCleanupJob,
1819
}
1920

2021
# Actual Job fields
@@ -29,6 +30,7 @@ class JobSerializer(rest_framework.serializers.Serializer):
2930
'convert',
3031
'harvest',
3132
'syntool_cleanup',
33+
'workdir_cleanup',
3234
'compare_profiles',
3335
],
3436
required=True, write_only=True,

0 commit comments

Comments
 (0)