I tried to replicate the request by using the value from Workfront report export operation, but now I get RuntimeError[422] null objCode I tried adding objCode:PTLSEC, but get the same error.What am I missing?
We have the same issue - it stops when it crashes, and we are not notified. At the same time, we are not able to stop the scenario run if something is off and it keeps sending out notifications.
Hi @Sven-iX,I'm trying to recreate Report export via Custom API call, but I'm not sure about some fields.Is "detailObjID" / "reportID" the actual report ID that we need to export?And what are "viewID" and "filterID"? I do not see such values in our report. Where can I find them? Update:I was able to...
Thank you, @tibormolnar. That's what I was trying to implement too.Currently I'm a bit stuck with the following: my HTTP module is sending out a json with batch entries (e.g., 1-500), but the 2nd scenario is still receiving them not as batch, but as individual entries and I can't figure out why it's...
Ok, I figured this out and was able to split it into 3 batches: So, another question is how to pass them one by one (one at a time) to another scenario for processing?For example, pass batch 1 to another scenario, when it's completed its processing there, pass next batch 2, process, then batch 3, pr...
Our data is coming from file with 1000+ entries that we need to split into batches as we have an issue with hitting 40 minutes runtime and other limits.I tried to setup Repeater, and it seemed to define batch size and Number of steps correctly, but it is still processing each step as individual oper...
Hi everyone, Recently we started experiencing an issue with History log not showing the run history properly. Sometimes it just opens the execution, but without actual data flow and sometimes it shows an errorUsually, it happens with the scenario when it has large number of operations. Have you enco...