diff --git a/AEP/aep-0000y.md b/AEP/aep-0000y.md index 1ef5e92..2271835 100644 --- a/AEP/aep-0000y.md +++ b/AEP/aep-0000y.md @@ -51,7 +51,7 @@ A task is defined by: - **Payload**: Input data for a task that does not depend on any other task. This is the actual binary input of a task. -- **Data Dependencies**: Input data for a given task that depends on another unique task. Data dependencies formalize dependencies between tasks. +- **Data Dependencies**: Input data that depends on another unique task or is provided by users. Data dependencies formalize dependencies between tasks. - **Expected Outputs**: Data that must be generated as output from a task. If a task submits new tasks then it can transfer responsibility for generating all or part of its outputs to the tasks it submits.