Skip to content

Commit

Permalink
fix: Parent task Ids in event (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrasseur-aneo authored Aug 9, 2023
2 parents 474b435 + 1196517 commit 7518f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protos/V1/events_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ message EventSubscriptionResponse {
repeated string expected_output_keys = 44; /** The keys of the expected outputs **/
repeated string data_dependencies = 45; /** The keys of the data dependencies. **/
repeated string retry_of_ids = 46; /** The list of retried tasks from the first retry to the current. **/
repeated string parent_task_ids = 47; /** The parent task IDs. A tasks can be a child of another task. **/
}

/**
Expand Down

0 comments on commit 7518f50

Please sign in to comment.