Questions tagged [business-process]

A business process or business method is a collection of related, structured activities or tasks that produce a specific service or product (serve a particular goal) for a particular customer or customers.

It can often be visualized with a flowchart as a sequence of activities with interleaving decision points or with a Process Matrix as a sequence of activities with relevance rules based on data in the process. There are three types of business processes:

1) Management processes - the processes that govern the operation of a system. Typical management processes include "corporate governance" and "strategic management".

2) Operational processes - processes that constitute the core business and create the primary value stream. Typical operational processes are purchasing, manufacturing, advertising and marketing, and sales.

3) Supporting processes - which support the core processes. Examples include accounting, recruitment, call center, technical support.

A business process begins with a mission objective and ends with achievement of the business objective. Process-oriented organizations break down the barriers of structural departments and try to avoid functional silos.

A business process can be decomposed into several sub-processes,[1] which have their own attributes, but also contribute to achieving the goal of the super-process. The analysis of business processes typically includes the mapping of processes and sub-processes down to activity level.

Business Processes are designed to add value for the customer and should not include unnecessary activities. The outcome of a well designed business process is increased effectiveness (value for the customer) and increased efficiency (less costs for the company).

Business Processes can be modeled through a large number of methods and techniques. For instance, the Business Process Modeling Notation is a Business Process Modeling technique that can be used for drawing business processes in a workflow.

58 questions
1
vote
0 answers

Unable to start WSO2 Business Process Server

I'm trying to start up the BPS that comes with WSO2 EI 6.1.1. However, it gives the following error: WARN {org.wso2.carbon.core.init.CarbonServerManager} - Carbon initialization is delayed due to the following unsatisfied items:…
1
vote
4 answers

Is Process Mining used just to infer business process models?

I have been searching about mining event logs (Process Mining). I wonder if there are other uses besides infering the process model (eg. improving the process). Until now I haven't found any other practical application. Can someone recommend me…
1
vote
3 answers

Is it possible to design Business Processes with Intalio Designer or others and deploy them with WSO2 BPS?

I'm a newcomer in BPM world. The docs and articles in Internet show that WSO2 BPS 2.x is supposed to execute processes complying WS-BPEL, WS-Human Tasks & BPEL4People. BPMN 2.0 seems to fill the gap to translate between notation and executable…
erny
  • 1,296
  • 1
  • 13
  • 28
1
vote
1 answer

How to capture state of an entity in Database during the course of business process?

I'm asking those who were already dealing with this situation to share their experience. Use case : A business Order comes to a system > becomes active > order is accepted or expired > pending for processing > fulfilled either successfully or…
lisak
  • 21,611
  • 40
  • 152
  • 243
1
vote
2 answers

Is a process design really declarative programming?

I've heard from someone that they´re using a business process automation tool (like Weblogic Integration) as a programming language (what sounds like something kind of stupid) to make things declarative. Then they put all the logic inside a process,…
paulosuzart
  • 1,082
  • 2
  • 13
  • 28
1
vote
3 answers

Change the file name Alfresco

I need to change the name of the file attached to the workflow and move to another location during the execution. The file name is generated based on the information entered in the form of process (Registration Number field and Sender). How can this…
Tackle Berry
  • 113
  • 8
1
vote
2 answers

How to align software with business processes?

In my experience, software that is well aligned with business processes are easier to change when the business processes change. What type of architecture is best suited for this approach?
jimmystormig
  • 10,672
  • 1
  • 29
  • 28
1
vote
1 answer

Functional Specification Process Management

Developing functional specifications is never a pleasurable experience, but I kind of find a sick pleasure in planning a project well. I think I have some father issues. Regardless of my own issues, I can find any number of articles on how to create…
ashcanschool
  • 319
  • 3
  • 18
1
vote
2 answers

who ever launches the process from IBM BPM Process portal should land immediately to first human task so the user doesn't have to claim it explicitly

When we launch/initiate a process from process portal in IBM BPM, first human task of the process appears in the work (task inbox). But that user has to claim it explicitly to work on the task and that is a problem in my case. What I want to achieve…
SikanderAhmed
  • 361
  • 1
  • 5
  • 14
1
vote
2 answers

crm 2013 javascript save and refresh crashes

I currently have a development environment for CRM 2013 On-Premise. In my custom entity, the following JavaScript code runs: function UpdateBPF() { var requests = []; …
zabby
  • 217
  • 2
  • 5
  • 12
1
vote
2 answers

Deploying BPEL process on the Google App Engine

Usually we deploy BPEL business processes on Apache ODE or WSO2 BPS Server included in Tomcat server, can I deploy a business process on Google App Engine's Web Server? Actually I haven't any idea about that!
oMiD
  • 322
  • 4
  • 20
1
vote
6 answers

How does processmaker engine work?

After I finish the design of the process in the bpmn notation..processmaker transform the bpmn to xpdl to execute this process? or use bpel?
1
vote
0 answers

WSO2 BPS - Arrival order of messages

I already posted a question here, and I finally found the source of the problem myself. But the issue remains unresolved. Arriving messages are stored in a queue until a matching activity is found. But if the activities are not activated in the same…
0
votes
1 answer

Is there an existing standard or framework for multi-part, branching-logic input forms?

I have several clients who need a multi-part form input systems. In fact, this comes up all the time for intensive input form type apps -- mortgage applications, college applications, large order forms, etc. The need is for a form in multiple…
Deane
  • 8,269
  • 12
  • 58
  • 108
0
votes
1 answer

Business Process scope with Seam 3 / jBPM5

In Seam 2, when I wanted to scope a component to a business process, I annotate that component with @Scope(BUSINESS_PROCESS). What is the equivalent to Seam 3? How do I integrate jBPM5 (or jBPM4) to Seam 3/J2EE 6?
Carlos Melo
  • 3,052
  • 3
  • 37
  • 45