activiti

WSO2 Composite Application Project doesn't show any dependency

守給你的承諾、 提交于 2019-12-12 04:12:34
问题 I am new to WSO2 and I am trying to create an HelloWorld process following this guide: https://docs.wso2.com/display/BPS360/Creating+a+BPMN+Process The problem is that when i try to create a Composite Application Project, no available dependencies are shown (as you can see in the screenshot) New Composite Application Project screenshot I'm using Eclipse JavaEE Mars2 with the tooling plug-in installed and Activiti Eclipse Designer plugin. Thanks 回答1: I had the same problem. Installing the BPS

Trigger Activiti workflow for task sitting in ReceiveTask looping

元气小坏坏 提交于 2019-12-12 03:46:25
问题 I have an Activiti workflow that contains a ReceiveTask where I'm grouping tasks. I have a Listener that triggers on the event start of the ReceiveTask where I check the property of the newly added task to see if others with the same properties are in the ReceiveTask. If yes, then I want to trigger them all to move to the next step. <receiveTask id="IssuePost" name="Issue Post"> <extensionElements> <activiti:executionListener event="start" delegateExpression="${IssuePost}"></activiti

Grails application is not running after installing Grails activiti plugin

人走茶凉 提交于 2019-12-12 03:42:33
问题 i have found grails activity plugin Here and following this document to getting started with this plugin . on running the application after installing the plugin i am getting following error | Running Grails application Activiti Process Engine with Spring Security Initialization ... Activiti Process Engine Initialization... Configuring Spring Security Core ... ... finished configuring Spring Security Core | Error 2012-07-07 14:02:45,500 [pool-7-thread-1] ERROR context.GrailsContextLoader -

Filter user in Select (bpm:assignee) control (Alfresco)

一世执手 提交于 2019-12-12 03:11:39
问题 I have bpm:assignee control in my custom wokflow, and that's ok. But wright now user can pick up all alfresco users for bpm:assignee. I wan't to limit user so that when he goes to select control and enter some term for search in search result appear just user from specific group or just some users defined by some criteria (it means that user can not search over entire alfresco user database, just over specific set of users). Does anybody know how i can achieve this in my custom workflow?

How to retrieve a content of Alfresco workflow?

こ雲淡風輕ζ 提交于 2019-12-11 19:23:15
问题 I have a workflow where I have audio content. I need to access for this content in other application (with javascript). I am trying with a GET method to this URL: http://localhost:8086/alfresco/service/cmis/s/SpacesStore/i/1a7be6f8-0c50-4995-a211-1736642db06a/children?alf_ticket=TICKET_f9906d69befbc49668b92ddf372d62532a29ce7d (In this URL, the id "1a7be6f8-0c50-4995-a211-1736642db06a" is the identificator of the package of the workflow task.) But, the response is the next XML: <?xml version=

How to make activiti show textarea field instaded of text input?

独自空忆成欢 提交于 2019-12-11 19:07:26
问题 How can I make activiti show textarea field instaded of text input for formProperty below? <extensionElements> <activiti:formProperty id="Ata" name="Ata" required="true" type="string" /> </extensionElements> 回答1: Extend the AbstractFormType class and override it's methods as shown in this example TextAreaFormType.java Activiti Explorer is implemented in Vaadin so the form field also has to be implemented using Vaadin. Here you can find sample implementation Add a custom form type to the

Enable CORS in Alfresco Activiti 6 (Community)

北慕城南 提交于 2019-12-11 17:38:11
问题 This link describes how to enable cors in Activiti 5.17, I tried this approach but didn't got such kind of configurations in activiti 6. It would be appreciable if anyone could provide the way to enable CORS in activiti 6 rest api. 回答1: Lets make sure you are talking about the "Community" ReST API's because the Activiti 6 activiti-app also introduces a number of new ReST API's to support the new capabilities of the UI. 来源: https://stackoverflow.com/questions/45459396/enable-cors-in-alfresco

failed to Inject Activiti framework services in my Spring webapp

筅森魡賤 提交于 2019-12-11 14:25:12
问题 I'm trying to create a workflow in my web application using the frameworks Activiti and Spring MVC, so I have to Inject Activiti Services by the applicationContext.xml file and then autowire these services. and this is the problem in the consol after a JUnit Test GRAVE: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@14c8743] to prepare test instance [tds_erp.testSpring@144719c] org.springframework.beans

ConversionNotSupportedException while integrating with Activiti

折月煮酒 提交于 2019-12-11 11:41:12
问题 I am trying to integrate with activiti-engine for my project. my parent pom uses spring 3.1.1 Here is my activiti config in my pom.xml: <dependency> <groupId>org.activiti</groupId> <artifactId>activiti-engine</artifactId> <version>5.16.3</version> <exclusions> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.activiti</groupId> <artifactId>activiti-spring</artifactId> <version>5.16.3<

ExceptionActiviti: unknown property used in expression

和自甴很熟 提交于 2019-12-11 05:07:27
问题 sI use activiti for my workflow on alfresco 4.2.c. I want to assign to a group from my form selection. But when I press submit task it throws an exception: org.activiti.engine.ActivitiException: Unknown property used in expression My activiti is: <userTask id="kiemtranoidungthethuc" name="Kiểm tra nội dung, thể thức VB- Chuyển cho phòng TCHC" activiti:assignee="${bpm_assignee.properties.userName}" activiti:formKey="wfdi:kiemtranoidungthethucTask_tc"> <extensionElements> <activiti:taskListener