Application Integration
- Application Integration
- All Products
API
| Description
| Authorization Header
| Status Code
|
---|---|---|---|
GET <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes/
| Lists all the processes that run on the Cloud Server.
| IDS-SESSION-ID
| 200
|
GET http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes/
| Lists all the processes that run on a specific Secure Agent.
| IDS-SESSION-ID
| 200
|
{ "totalRowCount": 1, "completeRowCount": true, "process": [ { "processId": "624948257633603584", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "Process2", "namespace": "urn:screenflow:process:Process2" }, "title": "Process2", "planId": "624948219649986560", "cid": "624948218609799168", "version": 5.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "fDe0qZ1yc48bB2mRUmUYIN", "started": "2021-09-21T12:41:15.598+00:00", "modified": "2021-09-21T12:41:16.000+00:00", "completed": "2021-09-21T12:41:15.849+00:00" } ] }
API
| Description
| Authorization Header
| Status Code
|
---|---|---|---|
GET <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes/?processId=<RunID>/ ?
| View the process execution status using the run ID of the process that was run on the Cloud Server.
| IDS-SESSION-ID
| 200
|
GET http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes/?processId=<RunID>/
| View the process execution status using the run ID of the process that was run on a Secure Agent.
| IDS-SESSION-ID
| 200
|
{ "totalRowCount": 1, "completeRowCount": true, "process": [ { "processId": "623402767129513984", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "Process1", "namespace": "urn:screenflow:process:Process1" }, "title": "Process1", "planId": "623402719180230656", "cid": "623402717951299584", "version": 2.0, "persistenceType": "BRIEF", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "fDe0qZ1yc48bB2mRUmUYIN", "started": "2021-09-17T06:20:01.948+00:00", "modified": "2021-09-17T06:20:02.000+00:00", "completed": "2021-09-17T06:20:02.281+00:00" } ] }
API
| Description
| Authorization Header
| Status Code
|
---|---|---|---|
GET http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes?<Filters>
| Fetch the details of a process using filters. You must append parameters to the URL to filter the process by using the
& symbol.
| IDS-SESSION-ID
| 200
|
GET <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes?<Filters>
| Use the filters to fetch the details of a process that run on Cloud Server. You must append parameters to the URL to filter the process by using the
& symbol.
| IDS-SESSION-ID
| 200
|
GET http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes?<AdvancedQuery>
| Fetch the details of a process based on the advanced process filter condition. You can combine the advanced query filters and append the parameters to the URL using the AND condition.
| IDS-SESSION-ID
| 200
|
GET <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes?<Filters>
| Use the advanced process filter condition to fetch the details of a process that run on Cloud Server. You can combine the advanced query filters and append the parameters to the URL using the AND condition.
For example:
{{ <Informatica Intelligent Cloud Services URL>}}/active-bpel/restadmin/processes?advancedQuery=getProcessProperty("Version")=3.0 and getProcessProperty("Title") = "Process_fault_multiple_version"
| IDS-SESSION-ID
| 200
|
Parameter
| Type
| Description
|
---|---|---|
processState
| String
| The state of the process. Refer to the following states: SUSPENDED, COMPLETED, RUNNING, COMPENSATABLE, FAULTED.
|
processName
| String
| The API name of the process.
|
processNameNamespace
| String
| The value that isolates a process from other processes.
|
processGroup
| String
| The name of the process group. For example, $system, or RT.User.
|
hideSystem
| Boolean
| The value is TRUE when the system parameters are hidden and the value is FALSE when the system parameters are not hidden.
|
hidePublicTenant
| Boolean
| The value is TRUE when the tenant details are hidden and the value is FALSE when the tenant details are not hidden.
|
listStart
| Encoded Integer
| The starting point of the list.
|
maxReturn
| Encoded Integer
| The max number of results to return.
|
processId
| String
| The ID of the process.
|
{ "totalRowCount": 9, "completeRowCount": true, "process": [ { "processId": "624901185991610368", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624900778041020416", "cid": "624900775176310784", "version": 3.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T09:34:12.844+00:00", "modified": "2021-09-21T09:34:13.000+00:00", "completed": "2021-09-21T09:34:12.880+00:00" }, { "processId": "624901183047208960", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624900778041020416", "cid": "624900775176310784", "version": 3.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T09:34:12.145+00:00", "modified": "2021-09-21T09:34:13.000+00:00", "completed": "2021-09-21T09:34:12.589+00:00" }, { "processId": "624857077264683008", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624856556772528128", "cid": "624856555866558464", "version": 2.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T06:38:56.508+00:00", "modified": "2021-09-21T06:38:57.000+00:00", "completed": "2021-09-21T06:38:56.521+00:00" }, { "processId": "624856814512508928", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624856556772528128", "cid": "624856555866558464", "version": 2.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T06:37:53.860+00:00", "modified": "2021-09-21T06:37:54.000+00:00", "completed": "2021-09-21T06:37:54.383+00:00" }, { "processId": "624834222103728128", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624833502256304128", "cid": "624833501849456640", "version": 1.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T05:08:07.411+00:00", "modified": "2021-09-21T05:08:07.000+00:00", "completed": "2021-09-21T05:08:07.418+00:00" }, { "processId": "624834051236171776", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624833502256304128", "cid": "624833501849456640", "version": 1.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T05:07:26.670+00:00", "modified": "2021-09-21T05:07:27.000+00:00", "completed": "2021-09-21T05:07:26.678+00:00" }, { "processId": "624833925381885952", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624833502256304128", "cid": "624833501849456640", "version": 1.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T05:06:56.665+00:00", "modified": "2021-09-21T05:06:57.000+00:00", "completed": "2021-09-21T05:06:56.675+00:00" }, { "processId": "624833799540183040", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624833502256304128", "cid": "624833501849456640", "version": 1.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T05:06:26.662+00:00", "modified": "2021-09-21T05:06:27.000+00:00", "completed": "2021-09-21T05:06:26.676+00:00" }, { "processId": "624833673618788352", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ProcessSchedule", "namespace": "urn:screenflow:process:ProcessSchedule" }, "title": "ProcessSchedule", "planId": "624833502256304128", "cid": "624833501849456640", "version": 1.0, "persistenceType": "FINAL", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "8zhtLUJEe1sgbBURHFcGS3", "started": "2021-09-21T05:05:56.639+00:00", "modified": "2021-09-21T05:05:57.000+00:00", "completed": "2021-09-21T05:05:56.776+00:00" } ] }
Parameter
| Type
| Description
|
---|---|---|
State
| String
| The state of the process. The following list describes the state reason values and the associated state reason codes:
|
Version
| String
| The version number of the published asset.
|
EndDate
| String
| The date the process expired.
|
Start Date
| String
| The date the process was run.
|
Initiator
| String
| The name of the user who initiated the process.
|
StateReason
| String
| The reason why a process is in a specific state. The following list describes the state reason values and the associated state reason codes:
|
{ "totalRowCount": 1, "completeRowCount": true, "process": [ { "processId": "1020936957125353472", "processState": "COMPLETED", "processStateReason": null, "processName": { "value": "ab", "namespace": "urn:screenflow:process:ab" }, "title": "ab", "planId": "958340605065715712", "cid": "958340602968563712", "version": 1.0, "persistenceType": "BRIEF", "processGroup": "RT.User", "processInitiator": null, "processInitiatorTenantContext": null, "tenantContext": "6CsVq4DWVeJf96ngDYdLSa", "started": "2024-09-18T05:58:58.670+00:00", "modified": "2024-09-18T05:58:59.000+00:00", "completed": "2024-09-18T05:58:58.746+00:00" } ] }