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

Forum Posts

What userid format to use: LDAP Error 34 - Invalid DN syntax

Hi - I have the following configuration in my activiti-custom-context.xml. I'm not sure what format to use for my userid to login into Activiti-Explorer:<property name="configurators">            <list>                <bean class="org.activiti.ldap.L...

maxbaba by Champ in-the-making
  • 355 Views
  • 4 replies
  • 0 kudos

About assignees to tasks of workflow

I have a workflow comprising a number of tasks (7 to 10), and each task is expected to be taken by a particular user/assignee. What I want is to determine who do what at the very beginning of the workflow. In other words, immediately after I choose a...

haiyun by Champ in-the-making
  • 85 Views
  • 4 replies
  • 0 kudos

ORA-01591: lock held by in-doubt distributed transaction

We are using Activiti 5.14, Oracle 11GFollowing exception is often coming in System Console ? Can you explain me why this error is coming is this is bug in Activiti ?### The error may involve org.activiti.engine.impl.persistence.entity.JobEntity.upda...

sakumar1 by Champ in-the-making
  • 499 Views
  • 4 replies
  • 0 kudos

Multiple OR Statement

Hi everybody,I'm trying to do an HistoricProcessInstanceQuery with multiple OR. My use case is the following :- I have multiple instances of process with 2 variables A and B. Values for A can be 1, 2, 3 and values for B can be 5,6,7. - I'm trying to ...

Form submit redirection

Hi guys,I am facing a little solution and I'm sure you could help me.I have a specific type of content in my site that I can create. I have a button from my doclibrary to open the create-content form with the type as a parameter in the url.What I wan...

guiguik by Champ in-the-making
  • 136 Views
  • 2 replies
  • 0 kudos

Manning Book Ch5 example - creditCheckOk var not created

So in the Loan Application example, there are 4 variables declared at the start then the first task is a script task that does the following:      outrintln "Checking credit for " + name;      creditCheckOk = false;      if((income / 2) > loanAmount)...

jemmerling by Champ in-the-making
  • 38 Views
  • 1 replies
  • 0 kudos

Sort problem on activi historic table (sort by id)

Hi everyone,I recently discovered what might be a bug in the activity historic table (act_hi_actinst). In my application i need to display the last activity executed by a certain process, so what i've done for the past month is using this code to get...

lestat86 by Champ in-the-making
  • 55 Views
  • 2 replies
  • 0 kudos

Clean history periodically

Hi, i am sure to have seen somewhere in the userguide that we can configure a periodical clean of the historic. Or a time to keep the history's data before clean.I have found some topic about the query for clean the history. If it isn't possible to c...

pred05 by Champ in-the-making
  • 79 Views
  • 3 replies
  • 0 kudos

Get Task Instances of Site Invitations only

Hello EverybodyI have a very particular requirement for one of my clients. For a particular functionality, I need to get all task instances of Site invitations only for a particular user. how can I achieve this?I checked OOTB my-tasks dashlet and it ...