spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Composed Task: Make child task application's output available for other tasks to consume
Currently, we have the ability to determine the exit status of child task to compute the conditional execution of tasks within composed tasks.
It might be useful in some cases where a task's output can be consumed by other tasks to perform certain operations. It could be some domain objects being passed from one stage to other stage as well.
Hello :) After searching for a while for a feature like this in the spring cloud dataflow docs without any luck, i stumbled across this. Is there somewhere i can track the status of this, or better yet get involved with this?
There are 2 issues for this topic:
- This one
- https://github.com/spring-cloud/spring-cloud-task/issues/778 Contributions are always welcome
Hi, any updates or suggestions around this issue please?
Hi i am also working those time on a pipeline , and i would like to be able to pass arguments between task, not using streams but only task. my goal is also to be able to modifiy parameter between execution of tasks