Hello @Marcel_Szimonisz , Thanks for the suggestions. After further searching in the wfserver log file, I think I may have found the root cause of the problem. I've found a workflow that uses the function "nms.delivery.RecomputeStats" on a loop of thousands of deliveries. Apparently this function c...
Hello @Marcel_Szimonisz Thanks for your reply, Looking for "Spawn" or "queryDef" or "Write" doesn't sadly bring much. There are only few workflows that create other workflows through "Write" and "Spawn" and they are both "Mgt" workflows. I'm sadly on production environment so I can't stop the wfs...
Hello, We I'm facing an Issue where empty workflows keep generating automatically every day all day without stopping as if there is an infinite loop running somewhere but I can't seem to find where. The index for the worklfow table is already at "1 103 571 039".Each time I refresh a worklfow is crea...
Hello Amine, Thanks for the answer, I tried it first without * and it didn't seem to work for me. If that works for you, then it must be something else from my end and not the syntax. Thanks for your help.
Hello, I would like to add some IP adresses to override proxy configuration. I already have few DNSs and all works well, my proxy config looks like this : <proxyConfig enabled="1" override="localhost*,*test.com*,*sample.com*" useSingleProxy="0">But adding an IP adress to the list doenst seem to wor...
Managed to find solution using using the stackoverflow links :https://stackoverflow.com/questions/47080869/how-to-manually-create-multipart-form-data
https://stackoverflow.com/questions/7529159/javascript-isnt-uploading-binary-data
Hello,
I would like to know if anyone can help me find how to send a file to an external API.
My external API has a "Content-Type = multipart/form-data" requirement.
As far as i know the only way to do this in javascript normally is to declare a FormData object, append values and file to it and sen...
Hello @Marcel_Szimonisz .
The solution sadly didn't work for my use case .
Passing variables between two activities works perfectly except for when there is an HTML page between them. The application probably re-execute the script when a client side request is made which resets the stored variables....