1 2 3 4 5 6 7 8 9 10 11
#@ except: UnusedImport version 1.3 import "imported.wdl" enum Status { Complete = 1, Failed = 2, } workflow test {}