Need help with an issue - Launch workflow from postman

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”
]
}

Is it very difficult to help without understanding how are you trying to call workflow.

Can you share the json request and url and http method you are trying?

Hi @jeyraj369 ,

Please provide the body of your REST API request that you are passing.

Thanks

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.

3 Likes

Hi @jeyraj369, could you please elaborate more to be able to support you…

Have a nice and great one!