Questions tagged [activiti]

Activiti is a workflow and Business Process Management (BPM) engine. Its core is a BPMN 2 process engine for Java. It's open-source and distributed under the Apache 2 license.

The Activiti core is a BPMN 2 process engine for Java. It is open-source and distributed under the Apache license. Include the tag if the question could also apply to other BPM engines.

Useful links

1288 questions
-1
votes
1 answer

Implementing Screen flow with Activiti

I want to implement a basic form based screen flow in Activiti(New to BPMN), all I want to do, is user requests form -> form is rendered -> user fills and submits the form -> The form is validated -> "Success" the user gets his id -> "failure" the…
Somasundaram Sekar
  • 5,244
  • 6
  • 43
  • 85
-1
votes
1 answer

how to start activiti on click of command button in jsf

I am new to activiti . I have a web application where vacation request will be submitted by a employee to his manager. So a form with name and manger and vacation start date and end date will be specified. I have designed the form in jsf . on click…
EnthuDev
  • 170
  • 2
  • 3
  • 15
-1
votes
1 answer

Activiti JSF Spring

i'm beginner! when run xhtml page ----> Error: XML Parsing Error: no element found Line Number 1, Column 1 !!!! i used tomcat server Spring-Activiti.xml:
user2038046
  • 69
  • 3
  • 12
-1
votes
1 answer

How to call rest API(Start Process Instance) for Acitviti in JAVA

This is my java code. ProcessEngines.getDefaultProcessEngine().getRuntimeService().startProcessInstanceByKey("myclcprocess"); server Details: Schema Details: Server HMECD000046v, Schema Name: activiti, Credentials- root, root, Proc…
Rajesh Narravula
  • 1,433
  • 3
  • 26
  • 54
-1
votes
1 answer

Textbox "Language " unwanted using Alfresco forms in Activiti Workflow

I'm trying to develop my own workflow in Alfresco 4.2, using the examples of the predefined workflows that brings Alfresco and reusing its forms. Using Eclipse Version: Kepler Service Release 2, I create my own workflow diagram from the…
-1
votes
2 answers

Activiti from Camel Receive Task throws error "ActivitiIllegalArgumentException: Business key is null"

Please share any links to configure activiti with camel. All examples I could get were showing SERVICETASK->CAMELROUTE->FILE and then FILE->RECIEVETASK(Activiti) This involves some BUSINESS_KEY, which I couldn't figure out what exactly is I need an…
Chakradhar K
  • 501
  • 13
  • 40
-1
votes
1 answer

Alfresco Share: different due date in each usertask

In out-of-the-box activiti adhoc workflow, how can I change due date for every usertask?
supta
  • 143
  • 14
-2
votes
2 answers

How to Start activiti workflow using rest api?

I create an activiti workflow. I want to start workflow using rest api. Please give some solution for the same. Thanks in advance
Seema
  • 21
  • 1
  • 11
-2
votes
1 answer

Any example of integrating the activiti plugin with grails

Please provide any link for integrating the activiti plugin with grails. I looked into the vacation request, so apart from that any other will be of great help. Thanks
Srikanth
  • 75
  • 2
  • 5
-2
votes
1 answer

Calling a web service through the acitviti Api?

I am trying to call an web service from a human task list. In Activiti API is it possible to call a web service task? Is this implemented? In a scenario of claims approval if the second step to an approval is invoking a web service, is this…
Shiva Bala
  • 45
  • 6
-3
votes
1 answer

What is the use of Activiti BPMN 2.0 in small service business?

These days Rest API using Spring Boot can be easily developed along with frontends in Vue or React or Angular to define business workflows in a small service business for example a company that sells life insurance. In this business there are…
ace
  • 11,526
  • 39
  • 113
  • 193
-3
votes
1 answer

Deploy a .bpmn file via REST

i want to deploy a BPMN-file with the REST-API of Activiti. But i always get a Bad Request (400) error... Has anybody an idea what i'm doing wrong??? I use restlet to upload my code. My code is below. Thank your very much :) import…
Jaksur
  • 1
  • 1
-5
votes
2 answers

Run the program without error?

When i run the below program it getting errors messages public class SavioDriver { public static void main(String[] args) { ProcessEngine processEngine = ProcessEngineConfiguration …
user2172485
  • 11
  • 1
  • 1
1 2 3
85
86