Hello, Im getting the error `WF_EXEC_USAGE_LIMIT_E...
# suitescript
i
Hello, Im getting the error
WF_EXEC_USAGE_LIMIT_EXCEEDED
for a MR script, this when calling `record.create`for a WO, but the thing is right after that error log is the log of the governance of the map stage (this call of create is on this stage) and a I get that I have
990 gu
left also checking the
WF
related to the
workorders
there is just one that the only thing it does is set a field to null and thats it.
b
id start disabling scripts and workflows
i
thats, what Im doing right now haha, but the thing that confuses me, is the error itself is not related to the GU of the MR, right?
b
probably not
j
check for some sort of infinite loop, for example a workflow that runs on edit of a record, that itself edits a record of that type
Logging is your friend
i
I’ll do that, other thing is that this is not happening like right away, this error appears after it the MR has already processed some records, and after that first error, all the subsequent records also throw it