

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
hi all, i have an external web service call which allows only 1 session to be established at any one time. Workflow might call mutiple times, therefore i need something like a "Lock" to Acquired so that if there is a session established the other worflow will wait until the current one is completed.
Does anyone have similar experience on how this can be done. thanks in advance.
Cheers
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Check this post. Oldies but goldies: https://community.hpe.com/t5/Grounded-in-the-Cloud/Semaphores-in-HP-Operations-Orchestration/ba-p/6260929#.WgwkQ2iCy3Y

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Check this post. Oldies but goldies: https://community.hpe.com/t5/Grounded-in-the-Cloud/Semaphores-in-HP-Operations-Orchestration/ba-p/6260929#.WgwkQ2iCy3Y

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
some content here. it basically explains how to use the lock related operations that we have as OOTB operations.
https://marketplace.microfocus.com/itom/content/community-general-utilities


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Then OO320 Advanced Authoring course, module 5 teaches the use of semaphores


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
thank you for your help got it to work.