File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/WorkflowManager/Contracts/Models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727
2828namespace Monai . Deploy . WorkflowManager . Common . Contracts . Models
2929{
30- [ CollectionLocation ( "Payloads" ) , RuntimeVersion ( "1.0.7" ) ]
30+ [ CollectionLocation ( "Payloads" ) , RuntimeVersion ( "1.0.7" ) , StartUpVersion ( "1.0.7" ) ]
3131 public class Payload : IDocument
3232 {
3333 [ JsonConverter ( typeof ( DocumentVersionConvert ) ) , BsonSerializer ( typeof ( DocumentVersionConverBson ) ) ]
Original file line number Diff line number Diff line change 2323
2424namespace Monai . Deploy . WorkflowManager . Common . Contracts . Models
2525{
26- [ CollectionLocation ( "Workflows" ) , RuntimeVersion ( "1.0.4" ) ]
26+ [ CollectionLocation ( "Workflows" ) , RuntimeVersion ( "1.0.4" ) , StartUpVersion ( "1.0.4" ) ]
2727 public class WorkflowRevision : ISoftDeleteable , IDocument
2828 {
2929 [ BsonId ]
You can’t perform that action at this time.
0 commit comments