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

Forum Posts

Showing where the particular instance is in the workflow

HiI have a requirement where i need to show to users where a particular process instance is in workflow.Is there any API that will provide me with these information?At the minimum, if i can get:- all completed tasks- all active tasks- all tasks in th...

nmorado by Champ on-the-rise
  • 5110 Views
  • 3 replies
  • 1 kudos

It is possible to translate?

Hi all,it is posibble to translate strings under document action? Hihlight text in attachment.Could anyone tell me, where it must be translate?

pavelbaco by Champ in-the-making
  • 5604 Views
  • 2 replies
  • 0 kudos

share-config-custom.xml changes

I'm with problems with this. I modify the `tomcat/webapps/share/WEB-INF/classes/alfresco/share-workflow-form-config.xml` and also `./tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml` but... Changes are not made in alfresco. What c...

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
  • 3480 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
  • 3531 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
  • 3154 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
  • 5376 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
  • 10763 Views
  • 8 replies
  • 1 kudos

Resolved! Alfresco permissions to add users on sites

Hello,I'm new on Alfresco and I would like to know how to manage permissions to give only access for some users to add users on sites.I made some tests and I see that with the role Manager a user can add others users on spaces but it's too many permi...

Upload from PHP

Hello,I would like to upload file in Alfresco using the REST API /alfresco/service/api/upload but I have always an error 500 with this message (06250305 Unexpected error occurred during upload of new content)This is my code :      $destinationNodeRef...

claude22 by Champ in-the-making
  • 6464 Views
  • 3 replies
  • 0 kudos