youngMan321
youngMan321

Reputation: 1

Is there a way to return all service flows names in a list?

I want to add a tag name to all created service flow, so I was searching on way to return all services names into a list to apply change on all of services at once, but I got nothing.

Upvotes: 0

Views: 114

Answers (1)

Zillentzer
Zillentzer

Reputation: 1

IBM BPM has Rest API for get resources.

https://www.ibm.com/docs/SS8JB4_19.x/com.ibm.wbpm.ref.doc/rest/bpmrest/rest_bpm_wle_v1_assets_get.htm.

For example: /rest/bpm/wle/v1/assets?processAppId=2066.55543795-75a5-46b0-be70-085f3ca4879b&snapshotId=2064.2a048759-2ffb-4cbe-bdcc-3cb5f928f4cd&branchId=2063.f0f87119-9769-404f-b93f-77571b1d0643&filter=type%3DService

also, you can try /bpmrest-ui/BPMRestAPITester/index.jsp to construct and try API requests to IBPM BPM

Upvotes: 0

Related Questions