Skip to content

Commit

Permalink
feat(engine-rest-openapi) Add update and delete Java/Rest APIs of tas…
Browse files Browse the repository at this point in the history
…k and processInstance
  • Loading branch information
prajwolbhandari1 committed Jul 12, 2024
1 parent 9d41554 commit e4d5449
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Job.get = function(id, done) {
* @param {String} params.sorting.sortOrder Sort the results in a given order. Values may be asc for ascending order or desc for descending order.
* @param {String} [params.firstResult] Pagination of results. Specifies the index of the first result to return.
* @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.
* @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
* @param {Function} done
*/
Job.list = function(params, done) {
Expand Down

0 comments on commit e4d5449

Please sign in to comment.