Application Integration
- Application Integration
- All Products
APIs
| Description
|
---|---|
POST <Informatica Cloud Application Integration URL>/active-bpel/restadmin/scheduler/schedules
| Create a process schedule based on an Informatica Process Designer (IPD) service. Set
ipdService to
true to create a process schedule based on a BPEL service.
The following snippet shows a sample payload when you make an API request:
The serviceName is the API name of the process.
|
POST <Informatica Cloud Application Integration URL>/active-bpel/restadmin/scheduler/schedules
| Create a process schedule based on a Business Process Execution Language (BPEL) service. Set
ipdService to
false to create a process schedule based on a BPEL service.
The following snippet shows a sample payload when you make an API request:
The serviceName is the API name of the process.
|
POST http://<agentName>:<httpPortNumber>/process-engine/restadmin/scheduler/schedules
| Create a process schedule that runs on a specific Secure Agent. You must include the agent name in the request.
The following snippet shows a sample payload when you make an API request:
The serviceName is the API name of the process.
|