I have a service definition that uses a contributing resource with multiple technical resources that must be validated during pre-roll. In the PLS scripts, I'm returning a status response using the AddOrUpdateResult method from the ProfileParameterEntryHelper to indicate to the LSO script (the contributing resource LSO) the status of the validation. All this setup is allowing the booking associated with the contributing resource to fail when the verification fails.
What would be the best way also to fail the main booking, so the operator quickly notices that the event had an issue at the start?
Hi Gelber,
This is possible if you orchestrate the contributing booking from the Main LSO.
In you throw an exception in your contributing LSO, you'll be able to catch it in your main LSO.
Thanks Emmanuel. I’ll give it a try that way.