Customer configured a post action on state A with script which will move a ticket from State A to State B. Customer complains that another post action configured on State B is not getting triggered. How will you address this issue?

The state transitions done within the post action script cannot trigger another postaction. In such cases, we need to handle both the logics in the first post action script itself such that both gets executed sequentially in a single customized script.