We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f8805 commit 87fdb75Copy full SHA for 87fdb75
src/lib/components/v2/workflow/RunWorkflowModal.svelte
@@ -116,7 +116,8 @@
116
worker_init: workerInitControl,
117
first_task_index: firstTaskIndex,
118
last_task_index: lastTaskIndex,
119
- attribute_filters: appliedAttributeFilters
+ attribute_filters: appliedAttributeFilters,
120
+ type_filters: appliedTypeFilters
121
};
122
if (setSlurmAccount && slurmAccount !== '') {
123
requestBody.slurm_account = slurmAccount;
0 commit comments