Function asana::apis::tasks_api::add_dependencies_for_task[][src]

pub async fn add_dependencies_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object40: InlineObject40,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddDependenciesForTaskError>>

Marks a set of tasks as dependencies of this task, if they are not already dependencies. A task can have at most 15 dependencies.