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

Forum Posts

Can I restart a task that failed from Probe?

Hi all, I have a scenario where a I have a task in my workflow that fails and and I want to restart it using probe.  Is that possible? I don't see any way to restart it, all I see is the process id. The task is a user task that also uses a spring del...

mgriffith by Champ in-the-making
  • 857 Views
  • 5 replies
  • 0 kudos

Modifying Global Properties Causes 404

Howdy,Am I missing something? Changing the global properties from a sample to a properties file gives the following error log, and alfresco doesn't start:09:14:17,032 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Star...

dmurphy by Champ in-the-making
  • 349 Views
  • 1 replies
  • 0 kudos

Attaching Documents

I am attempting to call the rest-api to attach a text document to a workflow task.  Currently, I am allowing the user to select a file to upload at which point I attempt to call the attachments rest-api for that task.  My question is how I get the fi...

lbds by Champ in-the-making
  • 679 Views
  • 4 replies
  • 0 kudos

Exception in Designer 5.14

Hello,I'm trying to insert Form Properties for a User Task. When I try to edit or remove a Property, it does not open edit dialog and I get the following exception which didn't happen in 5.12 :java.lang.IllegalArgumentException: Index out of bounds  ...

anfi by Champ in-the-making
  • 408 Views
  • 3 replies
  • 0 kudos

Complete task from Script task Listener

is it possible in activiti something like this to complete task <userTask id="usertask1" name="All your base are belong to us">         <extensionElements>            <activiti:taskListener event="assignment" class="org.activiti.engine.impl.bpmn.list...

sarkar92 by Champ in-the-making
  • 1663 Views
  • 7 replies
  • 0 kudos

confused about local and global variable scope

with reference of this following userguide linkhttp://activiti.org/userguide/index.html#N14509andhttp://forums.activiti.org/content/scopes-and-variables-activitiI am quite confused about variable scope…I am trying to get all variable from a taskIn th...

sarkar92 by Champ in-the-making
  • 1151 Views
  • 1 replies
  • 0 kudos

Problem workdesk installation

Hi all,after download alfresco-workdesk-community-4.1.1.1-2013-10-07-dist.zip I unzip the file into a temporary folder, copy the folder workdesk from \bin\ and paste it into my Apache Tomcat directory "webapps" and I restart tomcat to deploy Workdesk...

mehrit by Champ in-the-making
  • 1159 Views
  • 8 replies
  • 0 kudos

how to put variables in an instance ?

Hello I wanted to know if it exists a way to give the workflow global variables like :formService.submitTaskFormData(String taskId, Map<String,String> );but with a Map<String, object> like at the moment we launch a workflow instance.Thanks for your h...

vire7777 by Champ in-the-making
  • 709 Views
  • 5 replies
  • 0 kudos

How to get the full view of diagram?

Dear all.I realize that after deployed the activiti diagram into database, all the tasks which have long name is automatically shortened its name.I view it by using Activiti-Explorer –> deployed process definition,  and I also view it in full screen ...

holysoul by Champ in-the-making
  • 362 Views
  • 2 replies
  • 0 kudos

Parsing BPMN2 prefix on Documentation element.

Hi everyone.I have been trying to import a BPMN model without any success and I already know why. Given the following model excerpt: <bpmn2:userTask id="UserTask_1" name="User Task 1">      <bpmn2:documentation><![CDATA[dasadda&]]></bpmn2:documentati...

rdomingues by Champ in-the-making
  • 539 Views
  • 2 replies
  • 0 kudos

Very weird transaction problem

For our business case we have to lock some business object when it is participant in Activiti process.We inserted some lock record in a process_lock table when we starts the process, and use a trigger on ACT_HI_PROCINST_ table to detect the process e...

Zip download

Hello-I want to add new Item in Alfresco share Repository in Selected Item. That is zip download.-I did   a. Copy "share-zip-contents-action.jar" into the "/tomcat/shared/lib/" folder of your Alfresco.   b. Copy "zip-contents-alfresco-webscript.jar" ...

DB2 z/OS support

This kind of query is not supported by DB2 version 9.1 for z/OS database:create table ACT_RU_EXECUTION (    ID_ varchar(64) not null,    REV_ integer,    PROC_INST_ID_ varchar(64),    BUSINESS_KEY_ varchar(255),    PARENT_ID_ varchar(64),    PROC_DEF...

pero by Champ in-the-making
  • 1581 Views
  • 7 replies
  • 1 kudos

Interacting with a running process

I have a unique use case I was hoping someone here could help me with. I have a process with a multiInstanceLoop that loops over a variable objects and calls a call activity for each item in the object list. The problem is that the object list is not...

jorell by Champ in-the-making
  • 528 Views
  • 4 replies
  • 0 kudos

Error executing transfer

Hi,We are currently running a few tests to see how well the Alfresco replication transfer service works in a poor network environment and we are experiencing transfer failures when introducing long packet delays into a low bandwidth network.Under nor...

pondermuse by Champ in-the-making
  • 1322 Views
  • 7 replies
  • 0 kudos

how to find documentLibrary using childByNamePath

I'm trying to populate the documentLibrary section of a new site using some javascript like this:<javascript>sourceNode.copy(document.childByNamePath("documentLibrary"), true);</javascript>where document is the new site.This statement always errors t...

gerryr by Champ in-the-making
  • 708 Views
  • 2 replies
  • 0 kudos