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

Forum Posts

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
  • 7565 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
  • 3470 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
  • 3024 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 ...