I have a type Message
and setup trigger once message is created I create another thing of type Task
.
I have another trigger that is attached on Task
change, if the task is assigned to user I want to update status of user.
It seems like the first trigger is triggering and Task
is created but second is not updating user status.
Is there a way to debug workflows triggered by data change?