Flow and Users access

Hi all,

i have created some flows (A, B and C) that correctly run in browser. Can i create some rules for the users access?
For example:
User U1 can see and call only service A
User U2 can see and call only service A, B
User U3 can see and call only service B, C

thank you,
Diego

Yes it is possible via ACL where you have to create groups for each user and assign the group to ACL. Once the ACL is ready then you can assign the ACL via SAG designer by right click on the service, go to Properties >> Permissions >> Set the below ACL’s appropriately.

List ACL
Read ACL
Write ACL
Execute ACL

For more details refer the below links:
http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/integration_server/pie10-4/10-4_Integration_Server_Administrators_Guide.pdf

http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/designer/sdf10-4/10-4_Service_Development_Help.pdf

Search for ACL topics

Let me know if you have any questions.

Thank you!!