- Data Integration
- All Products
Key
| Value
|
---|---|
Accept
| application/vnd.api+json
|
Content-Type
| application/vnd.api+json
|
INFA-SESSION-ID
| Use the login resource to get the session ID. For more information about the login resource, see
REST API Reference .
|
{ "data": { "type": "publish", "attributes": { "assetPaths": [ "Explore/<location-of-taskflow1>/<name-of-taskflow1>.TASKFLOW.xml", "Explore/<location of taskflow2>/<name-of-taskflow2>.TASKFLOW.xml", "Explore/<location-of-taskflown>/<name-of-taskflown>.TASKFLOW.xml" ] } } }
{ "data": { "type": "publish", "id": "690487059198201856", "attributes": { "jobState": "NOT_STARTED", "jobStatusDetail": {}, "startedBy": "autouser_pod1", "startDate": "2022-03-21T09:09:04.000+0000", "totalCount": 1, "processedCount": 0, "assetPaths": [ "Explore/Pavan/BulkPublishApi/BPTaskflow1.TASKFLOW.xml" ] } }, "links": { "self": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690487059198201856, "status": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690487059198201856/Status } }
URL
| Description
|
---|---|
<Informatica Intelligent Cloud Services URL>/active-bpel/asset/v1/publish/<publishId>/Status
| Displays the publish status.
|
<Informatica Intelligent Cloud Services URL>/active-bpel/asset/v1/publish/<publishId>
| Displays the publish job information.
|
Hi Gregory,
We’re working to address your comments and will get back to you.
Thanks,
Informatica Documentation team
Hi Gregory,
I verified with the technical team. The URL mentioned in Step 1 is the only URL used to publish taskflows. To make the URL usage clearer, I have added an example.
You can find the list of statuses in the status field here:
Thanks,
Informatica Documentation team