-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
At the moment, 'POST' request in createExecution succeeds and responds with the created execution info, but the 'PUT' that follows returns:
{
errorType: 'ERROR',
clientMessage: 'We encountered some problems during processing this request. Please try again!',
errorCode: 104
}
This means that the result seen by createExecution is the Error 104. I'm not sure what the cause of this could be, since the IDs in the JSON body for the 'PUT' are the same values as for the 'POST'.
Metadata
Metadata
Assignees
Labels
No labels