if ($form->isValid()) {
            $documentManager = $this->get('object_manager');
            $documentManager->persist($workflowProfile);
            $documentManager->flush();
            $message = $this->get('translator')->trans('open_orchestra_workflow_admin.form.workflow_profile.creation');