Execution order between logick hooks and Workflow

Hi, i need to execute a logic hook after a workflow.
In the workflow i have to create a new case after that i need to copy the products which are in the start module to the case just created.
I’ve no problem with the workflow but the logic hook (i’ve used after_relationship_add) doesn’t start.

can someone help me?

Do you have developer mode enabled in the admin settings? If not you will need to do a quick repair and rebuild after you have added the logic hook. Other wise the logic hook wont fire.

thank for the reply but finally i’ve resolved, the problem was the wrong relationship name, i had reversed their name :blush: