Hi there,
Does anyone know how to get the workflow case_id of a respective workflow role_id?
I found [workflow::case::get_id] but it isn't the one.
I have only workflow_id, role_id and short_name to use as parameters. And i haven't figured out YET how to retrieve any relevant and indirect info to reach case_id
/api-doc/proc-view?proc=workflow%3a%3acase%3a%3aget_id
I tried to start something by my own. But it turned out to be very complex to write the query
set case_id [db_list_of_lists get_case_ids { select case_id, party_id from workflow_case_role_map where role_id = :role_id}