How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Flowable Jobs API

The Jobs API from Flowable — 28 operation(s) for jobs.

Flowable Jobs API is one of 64 APIs that Flowable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Job. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 48 operations across 28 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, /flowable-rest/service.

48 operations 28 paths 9 schemas 10 DELETE28 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://your-server/process-api
Authentication
HTTP Basic
Contact
License
Resource Areas
1

Authentication & Security 1

Flowable Jobs API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth).

Paths & Operations 48

Across 28 paths, the API surfaces 48 operations — 10 DELETE, 28 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Jobs 48
GET
/management/deadletter-jobs
List deadletter jobs
listDeadLetterJobs 27 params → 200400
POST
/management/deadletter-jobs
Move a bulk of deadletter jobs. Accepts 'move' and 'moveToHistoryJob' as action.
executeDeadLetterJobAction body → 204500
GET
/management/deadletter-jobs/{jobId}
Get a single deadletter job
getDeadletterJob 1 param → 200404
POST
/management/deadletter-jobs/{jobId}
Move a single deadletter job. Accepts 'move' and 'moveToHistoryJob' as action.
executeDeadLetterJobAction 1 param body → 204404500
DELETE
/management/deadletter-jobs/{jobId}
Delete a deadletter job
deleteDeadLetterJob 1 param → 204404
GET
/management/deadletter-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a deadletter job
getDeadLetterJobStacktrace 1 param → 200404
GET
/management/history-jobs
List history jobs
listDeadLetterJobs 16 params → 200400
GET
/management/history-jobs/{jobId}
Get a single history job job
getHistoryJob 1 param → 200404
POST
/management/history-jobs/{jobId}
Execute a history job
executeHistoryJob 1 param body → 204404500
DELETE
/management/history-jobs/{jobId}
Delete a history job
deleteHistoryJob 1 param → 204404
GET
/management/jobs
List jobs
listJobs 26 params → 200400
GET
/management/jobs/{jobId}
Get a single job
getJob 1 param → 200404
POST
/management/jobs/{jobId}
Execute a single job
executeJobAction 1 param body → 204404500
DELETE
/management/jobs/{jobId}
Delete a job
deleteJob 1 param → 204404
GET
/management/jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a job
getJobStacktrace 1 param → 200404
GET
/management/suspended-jobs
List suspended jobs
listSuspendedJobs 27 params → 200400
GET
/management/suspended-jobs/{jobId}
Get a single suspended job
getSuspendedJob 1 param → 200404
DELETE
/management/suspended-jobs/{jobId}
Delete a suspended job
deleteSuspendedJob 1 param → 204404
GET
/management/suspended-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a suspended job
getSuspendedJobStacktrace 1 param → 200404
GET
/management/timer-jobs
List timer jobs
listTimerJobs 27 params → 200400
GET
/management/timer-jobs/{jobId}
Get a single timer job
getTimerJob 1 param → 200404
POST
/management/timer-jobs/{jobId}
Execute a single job action (move or reschedule)
executeTimerJobAction 1 param body → 204404500
DELETE
/management/timer-jobs/{jobId}
Delete a timer job
deleteTimerJob 1 param → 204404
GET
/management/timer-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a timer job
getTimerJobStacktrace 1 param → 200404
GET
/cmmn-management/deadletter-jobs
List deadletter jobs
listDeadLetterJobs 25 params → 200400
POST
/cmmn-management/deadletter-jobs
Move a bulk of deadletter jobs. Accepts 'move' and 'moveToHistoryJob' as action.
executeDeadLetterJobAction body → 204500
GET
/cmmn-management/deadletter-jobs/{jobId}
Get a single deadletter job
getDeadletterJob 1 param → 200404
POST
/cmmn-management/deadletter-jobs/{jobId}
Move a single deadletter job. Accepts 'move' and 'moveToHistoryJob' as action.
executeDeadLetterJobAction 1 param body → 204404500
DELETE
/cmmn-management/deadletter-jobs/{jobId}
Delete a deadletter job
deleteDeadLetterJob 1 param → 204404
GET
/cmmn-management/deadletter-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a deadletter job
getDeadLetterJobStacktrace 1 param → 200404
GET
/cmmn-management/history-jobs
List history jobs
listDeadLetterJobs 14 params → 200400
GET
/cmmn-management/history-jobs/{jobId}
Get a single history job job
getHistoryJob 1 param → 200404
POST
/cmmn-management/history-jobs/{jobId}
Execute a history job
executeHistoryJob 1 param body → 204404500
DELETE
/cmmn-management/history-jobs/{jobId}
Delete a history job
deleteHistoryJob 1 param → 204404
GET
/cmmn-management/jobs
List jobs
listJobs 25 params → 200400
GET
/cmmn-management/jobs/{jobId}
Get a single job
getJob 1 param → 200404
POST
/cmmn-management/jobs/{jobId}
Execute a single job
executeJobAction 1 param body → 204404500
DELETE
/cmmn-management/jobs/{jobId}
Delete a job
deleteJob 1 param → 204404
GET
/cmmn-management/jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a job
getJobStacktrace 1 param → 200404
GET
/cmmn-management/suspended-jobs
List suspended jobs
listSuspendedJobs 25 params → 200400
GET
/cmmn-management/suspended-jobs/{jobId}
Get a single suspended job
getSuspendedJob 1 param → 200404
DELETE
/cmmn-management/suspended-jobs/{jobId}
Delete a suspended job
deleteSuspendedJob 1 param → 204404
GET
/cmmn-management/suspended-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a suspended job
getSuspendedJobStacktrace 1 param → 200404
GET
/cmmn-management/timer-jobs
List timer jobs
listTimerJobs 25 params → 200400
GET
/cmmn-management/timer-jobs/{jobId}
Get a single timer job
getTimerJob 1 param → 200404
POST
/cmmn-management/timer-jobs/{jobId}
Execute a single job action (move or reschedule)
executeTimerJobAction 1 param body → 204404500
DELETE
/cmmn-management/timer-jobs/{jobId}
Delete a timer job
deleteTimerJob 1 param → 204404
GET
/cmmn-management/timer-jobs/{jobId}/exception-stacktrace
Get the exception stacktrace for a timer job
getTimerJobStacktrace 1 param → 200404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are JobResponse (19 properties), JobResponse_2 (17 properties), HistoryJobResponse (13 properties), HistoryJobResponse_2 (13 properties). Each schema is shown below with its type and property counts.

JobResponse_2
object
17 properties
HistoryJobResponse_2
object
13 properties
HistoryJobResponse
object
13 properties
RestActionRequest
object
1 property
JobResponse
object
19 properties
DataResponseHistoryJobResponse
object
6 properties
DataResponseJobResponse
object
6 properties
TimerJobActionRequest
object
2 properties
BulkMoveDeadLetterActionRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

flowable-jobs-api-openapi.yml Raw ↑

Other APIs Flowable publishes across the network.

Flowable Access Tokens API
Flowable Accounts API
Flowable Acquire and Execute API
Flowable Batch parts API
Flowable Batches API
Flowable Case Definitions API
Flowable Case Instance Identity Links API
Flowable Case Instance Variables API
Flowable Case Instances API
Flowable Cmmn Engine API
Flowable Contact Filters API
Flowable Content item API
Where this information came from

This is an independent, third-party profile of Flowable Jobs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.