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
Copy file name to clipboardexpand all lines: webapps/frontend/camunda-bpm-sdk-js/lib/api-client/resources/job.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,8 @@ Job.get = function(id, done) {
66
66
* @param {String} params.sorting.sortOrder Sort the results in a given order. Values may be asc for ascending order or desc for descending order.
67
67
* @param {String} [params.firstResult] Pagination of results. Specifies the index of the first result to return.
68
68
* @param {String} [params.maxResults] Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
69
-
* @param {Bool} [params.executing] Only select jobs which are executing, ie. lock expiration time is not null, lock expiration is in future and suspension state is 1
69
+
* @param {Bool} [params.acquired] Select jobs which are acquired, ie. lock expiration time is not
70
+
* null,lock expiration is in future and suspension state is 1
0 commit comments