You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: