rezzza / jobflow

Makes batch jobs creation Simpler, Easier, Faster.
MIT License
29 stars 4 forks source link

[Feature] Can pass args between each job #8

Closed tyx closed 11 years ago

tyx commented 11 years ago

For example, be able to build loader filename from transformer result.

tyx commented 11 years ago

First step fixed with https://github.com/rezzza/jobflow/commit/7f17de01f8b171bbc3c885838edb77d978551171

Let's have a look to https://github.com/rezzza/jobflow/blob/master/examples/jobs/PlaceToStreetJob.php

tyx commented 11 years ago

Second step fixed with cccd94c1fc198e301e33469bb3c8fa50187fd24c

We have now an option to read metadata at runtime