Hi Team,
Need help to solve this error.
Thanks
Hi @Bob01,
The error is not from Orchestrator itself, but from your workflow
Open the Generate Fulfilment Packet workflow and find the Throw activity or condition using that message.
Check why the customer validation data is empty/invalid and either fix the upstream “User verification” step or handle this case with business logic instead of throwing an exception.
Hi @Bob01,
Ensure User verification completes successfully before Generate Fulfillment Packet runs. Remove the Parallel Split or add proper synchronization so packet generation waits for validation. Also add a simple check to verify customer data is present and valid before generating the packet, and handle the failure gracefully instead of throwing an exception.
Also refer the image shared by @manish.pal
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.