I built a composite task in spring-cloud-dataflow.
It is working.
Now i need to pass an output of my first task (FirstCloudTask) to second task (SUCCESS_TASK).
How can i pass an input parameter to my send task on completion of my first task ? Ex: job_id, job_name, etc., from First task to Second task.
here is my DSL for composite task
FirstCloudTask 'FAILED'->FAILED_TASK && SUCCESS_TASK