Hello all,
I got the message “Resource Workflow null not found / Status 404 Not Found” when sending LaunchedWorkflows request through API
Here is the body of my request :
{
“schemas”: [
“urn:ietf:params:scim:schemas1.0:LaunchedWorkflow”,
“urn:ietf:params:scim:schemas1.0:TaskResult”
],
“workflowName”: “WF_C_XXX_GRP”,
“input”: [
{
“key”: “transient”,
“value”: “true”,
“type”: “application/xml”
},
{
“key”: “trace”,
“value”: “true”,
“type”: “application/xml”
},
…
{
“key”: “myapplication”,
“value”: “toto”,
“type”: “application/xml”
}
]
}
Also, here is the body of the response :
{
“schemas”: [
“urn:ietf:params:scim:api:messages:2.0:Error”
],
“detail”: “Resource Workflow null not found.”,
“status”: “404”
}
Has anyone faced the same issue ?
Thanks for your help !