spring-attic / spring-cloud-dataflow-server-yarn

Spring Cloud Data Flow Implementation for Apache YARN
http://cloud.spring.io/spring-cloud-dataflow-server-yarn/
Apache License 2.0
15 stars 34 forks source link

Get ExecutionId for Composed Task from subtasks #172

Closed mygordienko closed 6 years ago

mygordienko commented 6 years ago

Hello! I thinks it should be possible to get executionId for parent task (composed task) from within subtasks, For example subtasks might produce different results, but all of them are connected logicaly and User might want to get any of them after task is done. So I thought that such relation could be implemented if subtasks have access to parent executionID.

I asked this here as well: https://stackoverflow.com/questions/48824165/spring-cloud-task-get-executionid-for-composed-task

cppwfs commented 6 years ago

Just created a issue on the Composed-Task-Runner issues to handle this. The issue can be found here: https://github.com/spring-cloud-task-app-starters/composed-task-runner/issues/28