A process model refers to a systematic model of how activities relate in a formally-backed notation such as BPMN or Petri nets. These models are amenable to computational analysis in various ways, including comparison of models (conformance) and automated construction of models from event log data (discovery). Computational work with these models usually falls under process mining. Use as a management tool falls under Business Process Management (BPM).
Questions tagged [processmodel]
30 questions
1
vote
0 answers
ASP ProcessModel and WCF
If I have a WCF service hosted within IIS7; is it governed by the machine.config processmodel settings the same that an ASP.NET site or service would be?
Would those settings in effect govern the bounds of that WCF service? Regardless of what the…

Dave Lawrence
- 3,843
- 2
- 21
- 35
1
vote
0 answers
memcached make error: Error1 And Error2
I was trying to follow this tutorial:
https://devcenter.heroku.com/articles/process-model
And in the very first step, I wget the file and run the ./configure script.
It complained about missing libevent-
➜ memcached-1.4.5 ./configure
checking…

Dhruv Kapur
- 726
- 1
- 8
- 24
0
votes
1 answer
Do I need to connect this two tasks in my BPMN diagram?
I have a BPMN diagram where I need to exchange messages from one pool to another.
Basically my send task "Enviar convites" sends a message to another lane in my pool and to a lane in another pool.
This is the flow of the other pool and this other…

P.Brito
- 81
- 6
0
votes
1 answer
Can I have an send message task before a Gateway in BPMN?
I have a BPMN diagram and I have a send message task connect to a gateway.
Is this allowed? If not how can I solve it?
The behavior I want to achieve is inform about the beginning of a process ( send message task) to two different lanes ( the two…

Fábio Pires
- 1
- 1
0
votes
0 answers
In Appian, i have created a process model. In that approve, reject, and screening action is involved
In Appian, i have created a process model. In that approve, reject, and screening action is involved.
I am taking decision for each action. If decision is true for any of the action i am finishing the process. Or else it will return back to main…
0
votes
1 answer
Multiple outgoing sequence flows from one action in a UML activity diagram
Is it possible that an action has multiple outgoing sequence flows in an UML activity diagram?

Z.J
- 301
- 1
- 7
0
votes
1 answer
Convert one agent to multiple agents in anylogic software
How can I convert one agent to multiple(more than 2) new agents in AnyLogic software?
For example, consider a process of Zinc Smelting. In the roasting stage, the concentrate is converted into zinc calcine, sulfur dioxide, and other residue.
Using…

sajjad mazaheri
- 11
- 1
0
votes
0 answers
How to mention software tool (MS Excel, SAP etc.) in an activity during process mapping
I have a question about process mapping (BPMN 2.0). In my project there are four activities where the task is done with one or more softwares. I have drawn a demo process flow. But I don't know if there is a specific way to mention the software…

emshihab008
- 13
- 4
0
votes
1 answer
How can I select a process model for an existing project in Azure DevOps Server
I have an existing project that has been migrated over time through several versions of TFS and most recently to Azure DevOps Server 2019 (17.153.29522.3) (Update 1.1) (on-premise). Up to this point I have just been using TFVC but I am interested…

Steve McKinney
- 1
- 1
0
votes
1 answer
Can outgoing sequence flows after a parallel gateway have conditions?
I do a university course on business process management. The lecturer said that you can model conditions on sequence flows, which I agree with. However in the context of gateways he said that you can even model conditions on outgoing sequence flows…

M. Mungenast
- 15
- 5
0
votes
1 answer
How we distinguish process model and process framework?
How do we distinguish between process model and process framework (like CMMI). How they relate each other?

sarat
- 10,512
- 7
- 43
- 74
0
votes
1 answer
How to select output in Anylogic by agent parameter?
So, I'm pretty new with Anylogic, but have done a lot of tutorials and I have programming experience in Java. For my thesis I'm modelling a vehicle flow as a process. In the source block, I create custom agents (vehicles) with some parameters from…

ACJ
- 15
- 1
- 4
0
votes
1 answer
What is the worker process account in machine.config if ?
I'm trying to run a website on localhost using IIS in Windows 10.
I'd like to be able to access the website through another pc in the lan using a local ip address and port. I just started debugging the application in visual studio 2015, I could…

debonaire
- 299
- 3
- 11
0
votes
1 answer
Software process models
What's the difference between process models and approaches.
In Ian Sommerville's Software Engineering book,
Software processes categorized in to Plan-Driven and Agile.
Then he talks about 3 models, Waterfall, Incremental and Reuse-oriented.
Then he…

prabushitha
- 1,433
- 12
- 13
0
votes
1 answer
How to represent data base in swim lane diagram?
I'm modelling a process of police dispatch systems with swim lane diagram.
I want to show that all the actors (operators that receive calls and police personnel) access one common database.
What are various ways to represent databases in swim lane…
user3468536