These are the conditions, but it seems that it is not working, the established workflow is not activated.
I have configured the workflow to send emails if it fails at any point, but I am not receiving any, so I understand that the trigger is not being executed correctly.
Do you know if are any restriction to use data action (web service category) in workflows flow?
Because now, in the workflow i use 3 data action, 2 calling to a genesys cloud api, these works ok and 1 to open an url, this data action doesnt works in a flow but yes in the ui of genesys cloud.
Can you elaborate on what you are trying to achieve as I dont get the logic of 'Open URL' here. So the interaction is completed & based on the wrapup code assigned by agent you are executing a workflow. In that workflow are you expecting to open a url?
So the output of second data action is a URL which you are using as input in third data action? You might need to escape any special characters in the URL using velocity macros for data actions.