How to know when the Decomposition is truly finished
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 01:40 AM
Hi all,
I am facing the following issue. I am decomposing a model, and in one of the fulfillment flows, using the Action: Create Install base Item & Installed Product. This action as an input requires an Order Line Item, among other inputs.
At the beginning of the flow I have a condition set: Wait until Top Order Line item Decomposition Status = Completed, and by doing so, I was hoping that this state marked decomposition as finished.
But, (and this happens occasionally) when running the Create Install Base... action, in the flow execution the following error appears: order_line_item is not a valid dot-walk for record task:<sysid>
As I see it, it is attempting to fetch the OLI related to my Service Order, but the decomposition has not yet set it at the time of flow execution. When inspecting the Service Order record, in the execution of the flow, it is there, populated...
So as the Subject of this Question states, how to be sure that the decomposition is finished and that all fields on Product/Service/Resource orders are populated...
Thanks in advance.