รายการ Method ทั้งหมดของ REST API และคำอธิบายการทำงานของฟังก์ชันการทำงานของ API
Start Flow (new)
URL: http://[SERVER]:[PORT]/BPMREST/service/runtime/process/start
HTTP Method: POST
HTTP Request Header: Content-Type: application/json
HTTP Request Body: {
"processName": [String: Process name],
"appName": [String: App name],
"uniqueId": [String: Process ID],
"snapVersion": [String: Snap version],
"object":{
Process Business Object
}
}
HTTP Response Body: {
"data" : [String: Reference Instance ID],
"code" : [Long: Code value],
"timestamp" : [Long: Timestamp value],
"totalRecordCount" : [Long: Total record count]
}Start Flow (old but still available)
Claim Task
Complete Task
Get Task By Instance ID
Get Task By User/Role
Get Task Variables
Assign Task(by users)
Refresh Cache
Class Action
Last updated
