cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti5.7 don't support custom Command?

ggdeveloper
Champ in-the-making
Champ in-the-making
I can only find those command built in like ClaimTaskCmd,CompleteTaskCmd and so on.I have write my Command implements Commmand Interface.But i can't find an api to call it.
who can help me?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You will need to do some casting to get the CommandExecutor object. Check how the regular commands are being executed.