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
0
votes
0 answers

how to get jbpm output variable?

I created the bpmn project and deployed it to the kieserver,how can I use the rest api of kieserver to call and obtain output variables ? I have defined process variable in bpmn, but after calling and executing bpmn, I cannot get the process…
0
votes
0 answers

Business processes don`t correctly call scorecard?

I want to use business process call scorecard,but it is not work,Someone knows why not? The following is my project content business central:7.73.0 kie server:7.73.0 1、Data Objects ScoreVariable: age Integer、enterpriseType String、finalScore…
0
votes
2 answers

How to repair a business process in hybris using groovy?

I need to repair a business process so i have the OrderProcess but i don't know how to repair it using groovy. Any idea? import de.hybris.platform.core.model.order.OrderModel import…
0
votes
1 answer

Business Process "Observer" application

My client is requesting to be notified any time one of their business processes fails for any reason. I had the idea of writing a seperate application that will run as an "observer" and check for various parts of the process. An example would be…
Shawn Dube
  • 410
  • 3
  • 10
0
votes
1 answer

How can I calculate the Accurracy for a Graph Convolutional Networks?

how can I calculate the Accuracy on a GCN based on an event log? With my code I get the following result: Epoch: 0, Loss: 1.299316294690154, Accuracy: [tensor([5.]), tensor([9.]), tensor([7.]) .... tensor([6.])Validation loss : 0.9456889930794145 I…
0
votes
2 answers

design pattern for business process modeling?

Assuming we're not interested in building no top of any existing BPMS, what sort of design pattern, or books, or specific technology, would be valuable to someone who'd like to build a backoffice system that takes care of business processes that…
Henry
  • 32,689
  • 19
  • 120
  • 221
0
votes
1 answer

SFTP Client LIST service parameter "ModificationTime"

Requirement:- Pick the files from server which has been modified 5 mins before and moved to local server. I would like to know about the SFTP Client LIST Service in Sterling B2B Integrator it has a parameter "ModificationTime" I want use this to…
0
votes
2 answers

Keep Business Process Display State as collapsed

I am trying to keep the business process flow display state as collapsed. I am currently making it collapsed at addOnStageChange Xrm.Page.ui.process.setDisplayState('collapsed'); It works fine on Stage Change for me. But if I click on the same…
Faran Saleem
  • 404
  • 1
  • 7
  • 31
0
votes
1 answer

Restrict user to select business process flow stage manually

I am trying to restrict user from manually selecting the business process stage. I have already hidden all buttons (Next Stage, Finish, Previous Stage etc), using following, document.getElementById("processActionsContainer"); Now I also want to…
Faran Saleem
  • 404
  • 1
  • 7
  • 31
0
votes
1 answer

Select Business Process Flow Stage onChange of a Field Value

I am trying to update a business process flow stage using Workflow or JavaScript. First I tried with JavaScript using below method, Xrm.Page.data.process.moveNext(onSetActiveStage); But the problem with this method is if the active stage is…
Faran Saleem
  • 404
  • 1
  • 7
  • 31
0
votes
1 answer

Business process custom attributes issue

I create business process itemtype with custom attribute(Mapm persistence=jalo). After the execution of the first action this attribute is filled, but when the second action is running, in the execute method this attribute is null. Could you please…
0
votes
2 answers

How to integrate a wizard into a BPMN process

The current project I work on I shall model a business process (as they call it) with BPMN. The user interface is mostly completed. It's a web fronted based on AngularJS. There is also a wizard which should be used for user interaction during the…
Easterwood
  • 102
  • 1
  • 10
0
votes
1 answer

CRM 2013 BPF using a composite field

I'm trying to customize the OOB Case entity in CRM 2013. The "Full Name" composite field is required by default, and I would like to add it to my BPF. For whatever reason, this field will not show in the DDM, when I'm editing my BPF. I already…
acstack
  • 67
  • 2
  • 6
0
votes
1 answer

XML Syntax example of starting a KieWorkbench business process from SoapUI

I am trying to start a process i have defined in a Kie Workbench project from SoapUI 5.2.1. At the moment i am getting a "Unknown process ID: null" response when i POST to the container. This is my XML i am using to POST:
Martin J.
  • 13
  • 6
0
votes
0 answers

Convert To as a Next Stage in Custom Business Process Flow

I have to create BPF where the first entity is Mail and next is Opportunity. Is it possible to move to next stage by converting mail to opportunity instead of create?
user7
  • 31
  • 1
  • 8