Workflow HTTP Action got stuck in running state no error

Problem on our side is now solved. The operation I was trying to do was Create Source. It’s also getting stuck without any error. When I simplified the workflow and made it much shorter, it stopped getting stuck and started giving me an error.

“The server understood the request but refuses to authorize it”

Searching the difference between API ID/Secret and PAT led me to the following article

Apparently not all APIs are accessible with API ID/Secret, and I was initially using that for authorization.

I’m not sure why the workflow only started returning an error after I simplified it (I wrote the entire workflow first before running it since it’s based on a previous already working workflow), it could be that the error is entirely different on your side, pruning the longer parts might start giving you an error