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
* @param category {string|null} the category (can be null or undefined)
13464
-
* @param description {string|null} the description for the activity
13465
-
* @param tags {object} added the change to pass in tags
13466
-
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
13467
-
* @param onReady {function|null} function to be executed after triggering the activity
* @param category {string|null} the category (can be null or undefined)
13474
+
* @param description {string|null} the description for the activity
13475
+
* @param tags {object} added the change to pass in tags
13476
+
* @param sign {boolean|null} true if a signature should be added (needs the secret to be configured - not recommended in open systems), otherwise false (can be null or undefined)
13477
+
* @param onReady {function|null} function to be executed after triggering the activity
0 commit comments