You have an old plugin that's why you are seeing a Wait State there..
You need to add a <task> -> service task node and then write an implementation of the WorkItemHandler class and do not complete the workitem inside the implementation. That will cause your process to wait until you finally decide to complete it.
Cheers