MakeDecision process error

Hi all,

i'm launching a MakeDecision method on the object PersonWantsOrg with a HandleObjectComponent - CallMethod process step.

this process is called all the time by other processes during the workflow of a request and all go fine.

But in one case I'm getting the following error:

ErrorMessages (2024-04-10 09:00:49.657) Error saving {{request display name}} - 12/13/2022 6:33:20 PM: [810306] Error during execution of 'OnSaving' in logic module 'QER.Customizer.PersonWantsOrg'.
[2133363] Function MakeDecision (Reusable, Existing, True, Final, WithUnsubscribe) not allowed in state [OrderProduct].
Method MakeDecision was called for 1 object(s) of type PersonWantsOrg.

I don't know what could be I'm passing all the right parameteres. What could be the reason that I can't run a make decision on a request in the 'OrderProduct' state? I think on of the main purposes of the makedecision is make decision on request in order product.....

I'm on 8.1 version 

Thanks

Mik