You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[QC-1010] Make activity available in aggregator (#1953)
* [QC-1010] Aggregator -> add activity
* doc
* Update Advanced.md
* actually use the setActivity and switch to a shared pointer (as it is done in the Checks)
* format
* make mActivity private
Copy file name to clipboardExpand all lines: doc/Advanced.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1129,6 +1129,10 @@ In a task, the `activity` is provided in `startOfActivity`.
1129
1129
1130
1130
In a Check, it is returned by `getActivity()`.
1131
1131
1132
+
In an Aggregator, it is returned by `getActivity()`.
1133
+
1134
+
In a postprocessing task, it is available in the objects manager: `getObjectsManager()->getActivity()`
1135
+
1132
1136
## Definition of new arguments
1133
1137
1134
1138
One can also tell the DPL driver to accept new arguments. This is done using the `customize` method at the top of your workflow definition (usually called "runXXX" in the QC).
0 commit comments