public void submitTaskForm(String taskId, Map<String, Object> properties) {
commandExecutor.execute(new SubmitTaskFormCmd(taskId, properties));
}
public String getStartFormKey(String processDefinitionId) {
return commandExecutor.execute(new GetFormKeyCmd(processDefinitionId));
}