spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Composed Task: Make child task application's output available for other tasks to consume

Open ilayaperumalg opened this issue 5 years ago • 4 comments
trafficstars

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.

ilayaperumalg avatar Jul 14 '20 16:07 ilayaperumalg

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?

CalvinTMurray avatar Apr 23 '21 14:04 CalvinTMurray

There are 2 issues for this topic:

  • This one
  • https://github.com/spring-cloud/spring-cloud-task/issues/778 Contributions are always welcome

cppwfs avatar Apr 24 '21 13:04 cppwfs

Hi, any updates or suggestions around this issue please?

pari205 avatar Jun 07 '21 03:06 pari205

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

joekrom avatar May 06 '22 08:05 joekrom