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 a5d6058 commit 00c6353Copy full SHA for 00c6353
PWGJE/TableProducer/slimTablesProducer.cxx
@@ -74,5 +74,5 @@ struct SlimTablesProducer {
74
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
75
{
76
return WorkflowSpec{
77
- adaptAnalysisTask<SlimTablesProducer>(cfgc)};
+ adaptAnalysisTask<SlimTablesProducer>(cfgc, TaskName{"slim-tables-producer"})};
78
}
0 commit comments