Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 695 Views
  • 0 replies
  • 0 kudos

Customprops queryTask no encuentra strings

Estimados buen día,Estoy haciendo consultas con el workflowService desde JAVA, y estoy seteando algunas propiedades custom de mi proceso para poder filtrar, algo como esto: WorkflowTaskQuery query = new WorkflowTaskQuery();taskCustomProps = new HashM...

jvivanco by Champ on-the-rise
  • 3226 Views
  • 1 replies
  • 0 kudos

IN_FOLDER not working

Hello, I did try the query, I don't get any result:select d.* from cmis:document as d where  IN_TREE (d, '8af4943a-44c5-43f4-8049-b193392ca0c4')ORDER BY d.cmis:lastModificationDate descbut when I change IN_TREE with IN_FOLDER, it works fine:select d....

plean by Confirmed Champ
  • 5511 Views
  • 2 replies
  • 0 kudos

activiti 6 org.apache.ibatis.builder.BuilderException

(activiti 6)Exception while initializing process engine: Error while building ibatis SqlSessionFactory: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.S...

Typeahead is not working in ADF 2.2.0

Hello In an APS 1.7 i am using typeahead palette element, this typeahead is not working in ADF 2.2.0.In APS it is working like below and by using drop-down also it is showing used the rest service But in ADF 2.2.0 typeahead and drop-down both not sho...

amruta_w by Star Collaborator
  • 9388 Views
  • 6 replies
  • 3 kudos

BpmnError context in ErrorBoundaryEvent

Hello,We would like to model a generic error handling for BPMN errors. Each of our tasks can throw BPMN error with different error code and error message. Then we would like to have generic boundary error event, which catches all BPMN errors (without...

Hello, I work on Activiti 6, but I notice in this last one missing some stencils present in the new version of Alfresco process services. Such as : - Date and hour - Semi-automatic entry - Amount - Dynamic table - Hyperlink - Attach a file - Attach a fold

Hello, I work on Activiti 6, but I notice in this last one missing some stencils present in the new version of Alfresco process services.Such as :- Date and hour- Semi-automatic entry- Amount - Dynamic table- Hyperlink - Attach a file- Attach a folde...

akaedima by Champ in-the-making
  • 3281 Views
  • 1 replies
  • 0 kudos

Resolved! Error with Alfresco SDK 3.0.0 and Maven

I'm following this tutorial to build custom workflows with Alfresco Community 5.2:- Creating Custom Advanced Workflows in AlfrescoThe sample project is created like this:$ mvn archetype:generate -Dfilter=org.alfresco.maven.archetype:alfresco-platform...

uilian by Champ in-the-making
  • 9230 Views
  • 2 replies
  • 1 kudos

Create form of model-type using model manager ?

I am using alfresco-community 5.2 Alfresco Model Manager present in share creates content type form of node-type.My requirement is to create form of model-type through Model Manager. It would be good if anyone suggest customization needs to be done i...

manav by Confirmed Champ
  • 7801 Views
  • 2 replies
  • 0 kudos

Resolved! Limit in CMIS query

Hello,I have a CMIS query which should give me hundrets of results. Unfortuntely it stops after 94 records. What can I do to get all the results? Unfortunately I really need to get all of them at once.Any help will be largely appreciated.Sincerly,And...

plean by Confirmed Champ
  • 10885 Views
  • 4 replies
  • 0 kudos

Resolved! I can't add variables to a task throw rest-api

Hi everyone,  I can't add variables to a task throw rest-api. May be i understand the document with mistakesmy activiti version:activiti-6.0.0 from Download Now | Activiti.org 1. why do this?I want to add a variables to a task, then i can query it by...

darkwind by Champ on-the-rise
  • 8893 Views
  • 5 replies
  • 2 kudos

Variable name for custom outcomes?

I am new to Activiti so please excuse my ignorance.  I have installed activiti-app and I am trying to create a simple process with a simple flow condition.  I have created a process with a "Start Event" that references a form with nothing but "Possib...

Date subtract

Hello, i create form in avtiviti-app and i put datepicker in.after publish application and start processus, I choose date 5-3-2018And i terminate the task.In the list of Tasks finished i have a date with one day subtract !!!!!  4-3-2018i need help 

Activiti database cache in clustered environment

I am planning to run Activiti in a clustered environment. If I update a BPM model in one of the Activiti instance, would it reflect immediately on the 2nd instance? My worry is that the 2nd instance of Activiti might just continue to use the cached p...

not getting totalItems when running cmis query

Hi,I am trying to use cmis queries to implement pagination in my php script. However I'm facing strange behaviors from Alfresco results sets.When I run the following query:{ "query":{"query":"select * from adb:sampledoc where IN_TREE('46518183-593c-4...

archiver by Champ in-the-making
  • 3827 Views
  • 1 replies
  • 0 kudos

Deploy processes in bulk

Hi,I would like to know if there is any API which will take multiple XML and deploy all in one call.I have xmls of all workflow and now I want to deploy these.But currently, I didn't find any proper way to execute this case.Please suggest some help

sam12345 by Champ in-the-making
  • 3401 Views
  • 1 replies
  • 0 kudos

SDK 3 : how to acces non displayed form variable

Hi,I need to use variable retrieved from task-edit process :request :response that contains variable i need to use:This variable "wfvd_nomService" is not displayed on the form...I use jQuery to manipulate displayed form variable ex : $('#page_x002e_d...

SDK 3 - create SHARE constant accessible anywhere

Hi,I have different dashlets on my site dasboard. Each dashlet contains its active tasks.For the moment when i click on task , form appears, and when i submit it, the dashboard is reloaded  with all active tasks of ALL dashlets (dashboard update)The ...