GetTasksParams: {
    exclude_done?: QExcludeDoneParameter;
    exclude_purpose?: QExcludePurposeParameter;
    exclude_removal?: QExcludeRemovalParameter;
    instance_callback_context?: QInstanceCallbackContextParameter;
    project_id?: QProjectIdParameter;
    purpose?: QPurposeParameter;
}

Type declaration

  • Optionalexclude_done?: QExcludeDoneParameter

    Set true if you want to exclude 'done' tasks, i.e. just see those that are still running.

  • Optionalexclude_purpose?: QExcludePurposeParameter

    Set to a dot-separated string of purpose enumerations, i.e. DATASET, FILE, INSTANCE, or PROJECT. To exclude file and dataset tasks set this field to FILE.DATASET

  • Optionalexclude_removal?: QExcludeRemovalParameter

    Set true if you want to exclude Tasks related to object removal.

  • Optionalinstance_callback_context?: QInstanceCallbackContextParameter

    An instance callback context string

  • Optionalproject_id?: QProjectIdParameter

    A Project identity

  • Optionalpurpose?: QPurposeParameter

    Set to limit the response to objects relating to the named purpose.