Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Parent ID to be added to task execution entry created by data flow #4503

Closed
cppwfs opened this issue May 5, 2021 · 1 comment
Closed
Assignees

Comments

@cppwfs
Copy link
Contributor

cppwfs commented May 5, 2021

Update dataflow's task execution stub entry creation to add a parent id.
When dataflow launches a task it creates a task execution stub entry, this stub is then used by task to populate its information accordingly. However in cases where composed task runner requests a launch of a task this stub entry needs to have the ctr's execution id added as a parent id. Currently we pass an argument or property to the task to add this entry itself. However, if the task fails to start this parent id is not applied and thus the child task execution has no relationship to the ctr execution.

Look to see if we can extract this from the task launch request. If not look at what it would take to update the restful api and CTR.

@cppwfs cppwfs self-assigned this May 5, 2021
@cppwfs
Copy link
Contributor Author

cppwfs commented Nov 13, 2024

Closing this issue due to inactivity. If this PR is closed incorrectly please add a comment. Thank you.

@cppwfs cppwfs closed this as completed Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant