i’m trying to achieve to continue my process Receive Task with Rest Call.
request:
{
“action”:“signal”,
“variables”: []
}
i’m calling rest api /runtime/executions/{id} action: signal or trigger and always i get response code 204 and process is suspended. What am i doing wrong please?