kombiHQ / kombi

Kombi is focused in describing and performing tasks
MIT License
2 stars 4 forks source link

Inline crawlers #62

Closed paulondc closed 5 years ago

paulondc commented 5 years ago

Provide a way to register inline crawlers through the header of task holder configuration working in conjunction with the var extractor. Therefore, eliminating boilerplate code. For instance

... 
 "vars": {},
 "crawlers": {
  "myCustomCrawlerType < png": "{job:3}_{shot:3}_{seq:3}_{plateName}_{vendorVersion:3i}.####.png"
 }
...