i am using activiti-5.21.0. i have another application deployed on apache-tomee-plus-1.6.0. let say: user apply for leave from this application. Then i want to create activiti process for college staff to approve leave. what approach should i use? can we create activiti process remotely from another application?
How to create Activiti BPM process remotely
197 Views Asked by Yogesh At
2
There are 2 best solutions below
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in ACTIVITI
- Injection issue with spring boot 3 and acitiviti engine
- Activiti bypass activiti rest and call directly to activiti core error
- I can't see logs from new workflow - Alfresco SDK Maven
- Activiti Examples for Version 6 (OSGI integration needed)
- Activiti version 8.1.x: Not getting inbound variables in connector
- Flowable and Activiti pricing
- When using Activiti7, it takes a long time to call TaskComplete
- Encountered confusion between global and local variables when using activiti7.1.0M6
- How can I do checking before task in Activiti (6.0.0) (BPMN 2.0)?
- Activiti Processes Not Deploying
- Activiti 6.x and Mail Task - How get enviroment properties using expression
- Activi Explorer throwing PartialResultException when we ignore partial and use ldaps (636)
- Activiti multi-instance sub process concurrent completion issue
- How does SpringBoot integrate activiti automatically create database tables?
- Activity Running multiple instances and it's impact
Related Questions in WORKFLOW-ACTIVITY
- Not able to set approval date dynamically
- Best practices to organize repository structure for Dynamics 365 CRM Workflows/Plugins/Assemblies
- Workflow Foundation - Activity: Is it possible to cast a OutArgument?
- How do you return a data object from a subactivity in a UML activity diagram?
- Unable to download annotation attachment throwing Exception
- Activity Diagram Synchronization Bar
- Workflow Foundation - Multiple Bookmarks in Sequential Workflow
- Why can't I browse type for an workflow activity variable?
- Custom workflow is not running in Dynamics CRM 2016
- how to create a custom windows workflow activity using wire to connect its sub-activities
- WorkflowInvoker.Invoke - Literal only supports value types and the immutable type System.String
- How can I implement a workflow for a pre existing MVC application?
- Dealing with multiple bookmarks in windows workflow 4.5
- Pass Parameters to a API Controller from Workflow HttpSend Control
- windows workflow foundation custom activity - Hide properties at runtime
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes you, can: those are two different process definitions.
You got a few options, depending on what you mean with 'i am using activiti=5.21.0'. Let's assume you're using Activiti as an embedded library (you simply included the jar). The main thing you have to keep in mind is that in this setup, there is no 'activiti server', you have an embedded engine that connects to the same datasource. You could