Tried to launch a workflow in identity IIQ using API from postman. I am using post - launched workflow and seeing this error
{
“detail”: “Unable to get property value using getter class:sailpoint.service.scim.VersionGetter”,
“status”: “500”,
“schemas”: [
“urn:ietf:params:scim:api:messages:2.0:Error”
]
}
You are probably getting this error because the workflow you want to launch has the “transient” variable set to “true”. It needs to be set to “false”.
Setting transient to “true” normally allows you to cancel a form when launching a workflow so that it does not persist in the database. By having it not persistable is what throws that 500 error.