SKP/Orchestrate - limit to list only deployed BOOMI Processed

We have a request from the client team member as listed below. Can you please check and advise, if it's possible to achieve it? Else please provide the reasoning for the way, it is implemented.  

 

When setting up an Orchestration Workflow in Orchestrate, we are able to view all the available processes under that atom, irrespective of the fact that they are deployed or not:

 

  

 

Is it possible to have only deployed processes visible for selection when setting up an Orchestration Workflow ? 

This will ensure that a user invokes a Boomi integration that is ready for execution and not accidentally invoke anything that might be in design or testing phase.

 

To list all processes deployed on a specific Atom using Boomi AtomSphere APIs, you can follow these steps:

1.       Authenticate: Ensure you have the necessary API credentials (API Token, Account ID, etc.) to authenticate your requests.

2.       Use the Deployment Object: The Deploymentobject in the AtomSphere API allows you to retrieve information about deployed processes. You can filter this information based on the Atom ID.

3.       API Request: Make an API call to the Deployment endpoint. Here’s a basic example using a GET request:

GET /api/rest/v1/deployments?atomId={ATOM_ID}
Host: 
api.boomi.com
Authorization: Bearer {YOUR_API_TOKEN}

Please authenticate to join the conversation.

Upvoters
Status

Planned

Board

Syniti Knowledge Platform

Date

About 1 year ago

Author

Gaurav Kothari

Subscribe to post

Get notified by email when there are changes.