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

Forum Posts

REST-API: Deploy and Run a process

Hi all,i've a python/django app that interact with the activitiy engine.I'm able to deploy a  process, but i've trouble in running it.i go step by step.when i do the deployment i've this back[javascript]{  "id":"3436",  "name":"Sysout.bpmn",  "deploy...

esseti by Champ in-the-making
  • 753 Views
  • 6 replies
  • 0 kudos

How to implemnt a process with back step flow ??

Hello Everybody!!I have to implement a process with a gateway with three outgoing conditional flows : 2 flows going to the End event, and the other is going back to the first task. How can i implement this at runtime : when the execution reaches this...

lobnakh by Champ in-the-making
  • 301 Views
  • 8 replies
  • 0 kudos

Creating a new task, out of BPMN constructs

Wondering what it takes to write a custom task that is not mentioned in BPMN constructs, for example, we would like our business modellers to write XML like this –<managersTask id="task1" action="one.of.allowed.action.for.managers"/>‍‍‍Please note th...

asyncwait by Champ in-the-making
  • 102 Views
  • 3 replies
  • 0 kudos

HistoricProcessInstance inside ExecutionListener

Hi,i am trying to get inside startEvent Listener get process Historic Instance. As i understood it doesn't insert in historic table until Process instances completes. historicProcessInstance  returns null.ExecutionEntity executionEntity = (ExecutionE...

yerbol777 by Champ in-the-making
  • 86 Views
  • 2 replies
  • 0 kudos

Intermediate Timer Catch Event

Hi,I am new to activiti, and trying to understand and implement a intermediate timer events.I want to instantiate many processes(say 2000-3000) for intermediate catch event ( which have a timer definition to fire at specific date). So here the timer ...

archana071 by Champ in-the-making
  • 185 Views
  • 1 replies
  • 0 kudos

Share Forms - How to set help text

In the release notes for 3.3 it says aboout Forms Engine "Help text for fields, renders a "?" icon that reveals the configured help text…"How do you set that?I've tried setting that in<appearance>    <field id="my:customfield" mandatory="true" read-o...

loftux by Star Contributor
  • 434 Views
  • 3 replies
  • 0 kudos

CSRF Filter with Chrome!

Hi guys,Really simple problem here I hope…Ive configured the CSRF filter to work and allow requests from a reverse proxy, and all is well using the override code in share-custom-config…<config evaluator="string-compare" condition="CSRFPolicy" replace...

t16 by Champ in-the-making
  • 371 Views
  • 4 replies
  • 0 kudos

Task Detail, Display Value of Date?

Hello, I got another issue with Task Detail and using Display Value for Date.If I use normal Date in the form, it will show the inputted date properly.But if I use Display Value so it cannot be edited, it will instead make the date one day late. So i...

chrisx_212 by Champ in-the-making
  • 117 Views
  • 1 replies
  • 0 kudos

update website problem

hello,i am trying to update a website using the webscript but im getting a 405 response statutwhat im i missing ?<code>def update_site (name,login,password,url_backend,url_alfresco):                s = requests.Session()        data = {'username':log...

yosrioh by Confirmed Champ
  • 288 Views
  • 6 replies
  • 0 kudos