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

Forum Posts

Oracle DB upgrade fails

alter table ACT_RE_PROCDEF add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_PROCDEF set ENGINE_VERSION_ = 'activiti-5';alter table ACT_RE_DEPLOYMENT add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_DEPLOYMENT set ENGINE_VERSION_ = 'activiti-5';al...

buksvdl by Champ in-the-making
  • 2947 Views
  • 1 replies
  • 0 kudos

Long service tasks not starting

Hi,When trying to start 45 process instances which contain an asynchronous service task with of class ShellActvityBehavior (with the class field wait=false), some of them don't start, even though they show up in the diagram, as seen in the image:As y...

avirankatz by Champ on-the-rise
  • 2977 Views
  • 1 replies
  • 0 kudos

How to set the workflow to send a string back to caller?

Hello all,I have created a workflow using Alfresco.I have written a piece of Java code which starts a process using the REST API:               "http://localhost:8080/activiti-app/api/enterprise/process-instances".Starting a process is success, howev...

ntj by Champ in-the-making
  • 2739 Views
  • 1 replies
  • 0 kudos

Troubleshooting models in Alfresco Share

Tutorial: creating and using models in Alfresco Share | Alfresco Documentation I am following the link above to create a model but I am not able to see the model after submission.  The model disappears totally.  I don't see it on the screen, in the l...

Resolved! Async Service Task executed multi-times in cluster

This is the definition:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://ac...

dean by Champ in-the-making
  • 4906 Views
  • 1 replies
  • 1 kudos

Working with attachment fields in Script task

I am attempting to work with files that have been attached in a form. How would I go about retrieving information within a JavaScript Script task? When I do a /activiti-app/api/enterprise/process-instances/${process_instance_id} call, I see that my v...

gbanks by Confirmed Champ
  • 9313 Views
  • 8 replies
  • 1 kudos