[
https://issues.apache.org/jira/browse/SYNCOPE-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823260#comment-13823260
]
Hudson commented on SYNCOPE-439:
--------------------------------
SUCCESS: Integrated in Syncope-trunk #502 (See
[https://builds.apache.org/job/Syncope-trunk/502/])
Preparations for SYNCOPE-439: now Activiti workflow definition can be read and
set either as XML and JSON (ilgrosso: rev 1541959)
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/ConfigurationService.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/services/WorkflowService.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/to/WorkflowDefinitionTO.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AttributableType.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AuditElements.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/RESTHeaders.java
*
/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/ResourceOperation.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/SyncopeSession.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/HttpResourceStream.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Configuration.java
*
/syncope/trunk/console/src/main/java/org/apache/syncope/console/rest/WorkflowRestClient.java
* /syncope/trunk/core/pom.xml
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/WorkflowController.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/utils/RestServiceExceptionMapper.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ConfigurationServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ConnectorServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/NotificationServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ReportServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/ResourceServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/RoleServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/SchemaServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/TaskServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserSelfServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/UserServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/services/WorkflowServiceImpl.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/WorkflowAdapter.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/WorkflowDefinitionFormat.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/role/NoOpRoleWorkflowAdapter.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/NoOpUserWorkflowAdapter.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiImportUtils.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiUserWorkflowAdapter.java
*
/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/user/activiti/ActivitiWorkflowLoader.java
* /syncope/trunk/core/src/main/resources/userWorkflow.bpmn20.xml
* /syncope/trunk/core/src/main/resources/workflowContext.xml
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/AbstractTest.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/ConfigurationTestITCase.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/ReportTestITCase.java
*
/syncope/trunk/core/src/test/java/org/apache/syncope/core/rest/WorkflowTestITCase.java
* /syncope/trunk/core/src/test/resources/content.xml
* /syncope/trunk/pom.xml
> Embed Activiti modeler for graphical workflow editing
> -----------------------------------------------------
>
> Key: SYNCOPE-439
> URL: https://issues.apache.org/jira/browse/SYNCOPE-439
> Project: Syncope
> Issue Type: Improvement
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Labels: activiti, editor, workflow
> Fix For: 1.2.0
>
>
> Activiti, the default user workflow engine, is shipping in its latest
> versions the open source version of the KIS BPM process solution.
> Basically, a web editor that can be used to author BPMN 2.0 compliant
> processes graphically. More information at:
> http://www.activiti.org/components.html
> The idea is to embed such component in the admin console, next to the current
> XML-based editor.
--
This message was sent by Atlassian JIRA
(v6.1#6144)