SlideShare a Scribd company logo
1 of 38
Next generation open source BPM,[object Object],JBoss jBPM 4,[object Object],bernd.ruecker@camunda.com,[object Object]
Berater, Trainer, Coach,[object Object],Softwareentwickler,[object Object],Committer bei jBPM,[object Object],Blog: www.bpm-guide.de,[object Object],Bernd Rücker,[object Object],bernd.ruecker@camunda.com,[object Object]
camunda services GmbH,[object Object],Ganzheitliches BPM,[object Object],Menschen,[object Object],Software,[object Object],Standort:     Berlin,[object Object],Mitarbeiter:  7,[object Object]
Prozessbeispiel:,[object Object],Designer-Taschen,[object Object]
Was ist ein Geschäftsprozess?,[object Object],Begriffsdefinition,[object Object],Rechnung-,[object Object],stellung,[object Object],Kunde,[object Object],Bestel-lung,[object Object],Lieferung,[object Object],Kunde,[object Object],Bestell-annahme,[object Object],Versand,[object Object],Waren- entnahme,[object Object]
Wie setze ich das bloß technisch um?,[object Object]
Möglichkeit 1:,[object Object],Java-Entwicklung,[object Object],Probleme Geschäftsprozesse,[object Object],[object Object]
Wartezustände
Timeouts & EskalationNachteile,[object Object],[object Object]
Prozess unsichtbar,[object Object]
Das Prinzip der Prozessautomatisierung,[object Object],Einleitung,[object Object],Modeling,[object Object],Monitoring und Reporting,[object Object],Technisches ,[object Object],Prozessmodell,[object Object],Human Workflow Management,[object Object],Service Orchestration,[object Object]
Der Prozess (Workflow),[object Object]
Der Prozess (Workflow),[object Object],usertask,[object Object],Business Process Modeling Notation (BPMN 2.0),[object Object]
Der Prozess (Workflow),[object Object],java,[object Object]
Der Prozess (Workflow),[object Object],gateway = decision,[object Object]
Der Prozess (Workflow),[object Object],waitstate != task,[object Object]
Demo,[object Object]
ProcessExecution,[object Object],Wie funktioniert das?,[object Object],Tasklist,[object Object],1.) Aufgabe erzeugen,[object Object],2.) Aufgabe abschließen,[object Object],1.) System aufrufen / Message,[object Object],2.) Asynchrone Antwort als Message,[object Object],Client,[object Object],Externes,[object Object],System,[object Object],ProcessExecution Engine,[object Object],Transaction / Request,[object Object],…,[object Object],Zeit,[object Object],processexecution,[object Object]
JBossProcess Virtual Machine (PVM),[object Object]
Eine Prozessinstanz,[object Object]
APIs & Architektur,[object Object],Lokal oder Remote,[object Object],Sync oder Async,[object Object],JTA oder nicht,[object Object],jPDL Implementierung,[object Object],PVM Interface,[object Object],Client,[object Object],Process Engine,[object Object],Command Service,[object Object],Process Service,[object Object],Commands,[object Object],Execution Service,[object Object],Management Service,[object Object],Interceptor,[object Object],Interceptor,[object Object],Task,[object Object],Service,[object Object],Services,[object Object],Event Listener API,[object Object]
<processname="Bestellung" xmlns="http://jbpm.org/4.0/jpdl">,[object Object],   <startname="start" g="18,150,48,48">,[object Object],      <transitionto="Bestellung pruefen"/>,[object Object],   </start>,[object Object],   <taskcandidate-groups="Lager" name="Bestellung_pruefen" ,[object Object],       g="191,149,109,52">,[object Object],      <transitionname="Problem aufgetreten" ,[object Object],to="Alternativvorschlag_erarbeiten„,[object Object],                  g="267,103:-3,27"/>,[object Object],      <transitionname="Auftrag OK" to="Bestellung_buchen" ,[object Object],                  g="268,236:0,-25"/>,[object Object],   </task>,[object Object],   <javaname="Kunden informieren" ,[object Object],class="com.camunda.training.jbpm.service.MockService" ,[object Object],method="informCustomer" g="493,75,119,52">,[object Object],            <arg><objectexpr="#{order.customer}"/></arg>,[object Object],            <arg><objectexpr="#{problem}"/></arg>     ,[object Object],      <transitionto="Auf Entscheidung warten"/>,[object Object],   </java>,[object Object],jPDL Quellcode,[object Object]
  ...,[object Object],  <decisionname="Stornierung?" g="804,84,48,48">,[object Object],      <transitionname="Alternativvorschlag bestellen" ,[object Object],to="Bestellung_pruefen" ,[object Object],                  g="828,43;245,43:247,-19">,[object Object],          <conditionexpr="#{orderChanged}"/>            ,[object Object],      </transition>,[object Object],      <transitionname="Stornierung" to="cancel" g="-26,-18"/>,[object Object],   </decision>,[object Object],   <statename="Auf Entscheidung warten" g="695,72,144,52" >,[object Object],      <transitionto="Stornierung?"/>,[object Object],   </state>,[object Object],   ...,[object Object],   <endname="end" g="906,212,48,48" />,[object Object],   <end-cancel name="cancel" g="905,152,48,48"/>,[object Object],</process>,[object Object],jPDL Quellcode,[object Object]
Und ActionHandler?,[object Object],<statename="wait" >,[object Object],  <on event="start">,[object Object],    <event-listener,[object Object],class="org.jbpm.examples.eventlistener.LogListener"/>,[object Object],  </on>,[object Object],  <transitionto="end">,[object Object],      <event-listener,[object Object],class="org.jbpm.examples.eventlistener.LogListener"/>,[object Object],  </transition>,[object Object],</state>,[object Object],publicclassLogListenerimplementsEventListener {,[object Object],publicvoidnotify(EventListenerExecutionexecution) {,[object Object],execution.getVariable("logs");,[object Object],    ...,[object Object],execution.setVariable("logs", logs);,[object Object],  },[object Object],},[object Object]
Möglichkeiten & Features,[object Object]
Möglichkeiten & Features,[object Object]
jbpm 3,[object Object],vs. jbpm 4,[object Object],Process Virtual Machine,[object Object],BPMN,[object Object],Saubere Architektur,[object Object]
Kundenkonto-,[object Object],Komponente,[object Object],BPM & SOA – Blueprint & Vision,[object Object],GUI,[object Object],Prozesse,[object Object],Bonitäts-,[object Object],prüfung,[object Object],Kunden-,[object Object],anlage,[object Object],Kredit-,[object Object],vergabe,[object Object],Services,[object Object],Bonitätscheck,[object Object],Kundendaten,[object Object],Kreditantrag,[object Object],Ressourcen,[object Object],Web-Service,[object Object],SAP,[object Object],Server,[object Object]
JBoss jBPM 4 bei der JBUG München
EJB,[object Object],EJB,[object Object],EJB-Container (oder Tomcat oder Java SE),[object Object],Architektur,[object Object],Rich-,[object Object],Client,[object Object],Session,[object Object],Bean,[object Object],Human,[object Object],Task,[object Object],Mgmnt,[object Object],Web-,[object Object],Anwendung,[object Object],jbpm,[object Object],JCA,[object Object],JMS,[object Object],WS,[object Object],WS,[object Object],BPEL-Server,[object Object],Java,[object Object],WS,[object Object],WS,[object Object],WS,[object Object],WS,[object Object],.NET,[object Object],Human,[object Object],Task,[object Object],Mgmnt,[object Object],EJB-Container,[object Object],…,[object Object],JMS, …,[object Object]
Das,[object Object],Besondere an jbpm,[object Object]
Selber bauen?,[object Object],Quelle: Zitty, Berlin,[object Object],siehe www.bpm-guide.de,[object Object]
Aber…,[object Object],BusinessProcess Management,[object Object],ist mehr als nur Workflows…,[object Object]
eBPMR nach Freund/Rücker 2008,,[object Object],u.a. erschienen in: Wirtschaftsinformatik und Management 03/09, GWV Verlag,[object Object],Das erweiterte BPM-Regelkreismodell (eBPMR),[object Object],BPM-Governance,[object Object]
Modelling,[object Object],Monitoring,[object Object],Business,[object Object],IT,[object Object],Magic BPM-Suite,[object Object],EAI / SOA,[object Object],Human Workflow,[object Object]
Das camunda BPMN-Framework,[object Object]
camunda BPMN Framework ,[object Object],BPMN 2.0,[object Object],Signavio-Integration,[object Object]
Community,[object Object],Wir planen eine deutschsprachige jBPM-Community. Bei Interesse oder spannenden Erfahrungen mit jBPM bitte Email an mich!,[object Object]

More Related Content

Viewers also liked

Viewers also liked (11)

D'novo
D'novoD'novo
D'novo
 
Jéssica cox tocando o céu
Jéssica cox   tocando o céu  Jéssica cox   tocando o céu
Jéssica cox tocando o céu
 
A dor que mais doi
A dor que mais doiA dor que mais doi
A dor que mais doi
 
Enquanto os ventos sopram
Enquanto os ventos sopramEnquanto os ventos sopram
Enquanto os ventos sopram
 
MECs Segundo Trimestre
MECs Segundo TrimestreMECs Segundo Trimestre
MECs Segundo Trimestre
 
La belleprovence )
La belleprovence )La belleprovence )
La belleprovence )
 
20110119 activiti jughh
20110119 activiti jughh20110119 activiti jughh
20110119 activiti jughh
 
Minha fé
Minha féMinha fé
Minha fé
 
Palavras e atitudes
Palavras e atitudesPalavras e atitudes
Palavras e atitudes
 
Ley de profesiones_para_el_estado_de_guanajuato__texto_vigente_
Ley de profesiones_para_el_estado_de_guanajuato__texto_vigente_Ley de profesiones_para_el_estado_de_guanajuato__texto_vigente_
Ley de profesiones_para_el_estado_de_guanajuato__texto_vigente_
 
Comandando os cosmos
Comandando os cosmosComandando os cosmos
Comandando os cosmos
 

Similar to JBoss jBPM 4 bei der JBUG München

C5 Mettenmeier Lotusday2007
C5 Mettenmeier Lotusday2007C5 Mettenmeier Lotusday2007
C5 Mettenmeier Lotusday2007Andreas Schulte
 
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g - DOAG SI...
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g   - DOAG SI...Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g   - DOAG SI...
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g - DOAG SI...OPITZ CONSULTING Deutschland
 
BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?camunda services GmbH
 
BPMN - eine Sprache für Business und IT?
BPMN - eine Sprache für Business und IT?BPMN - eine Sprache für Business und IT?
BPMN - eine Sprache für Business und IT?camunda services GmbH
 
Open Source Workflowmanagement mit BPMN und CMMN
Open Source Workflowmanagement mit BPMN und CMMNOpen Source Workflowmanagement mit BPMN und CMMN
Open Source Workflowmanagement mit BPMN und CMMNcamunda services GmbH
 
Open Source BPM - iteratec Architekturtag
Open Source BPM - iteratec ArchitekturtagOpen Source BPM - iteratec Architekturtag
Open Source BPM - iteratec Architekturtagcamunda services GmbH
 
WeWebU OpenWorkdesk bei transactio
WeWebU OpenWorkdesk bei transactioWeWebU OpenWorkdesk bei transactio
WeWebU OpenWorkdesk bei transactioWeWebU Software AG
 
Jakob Freund @ BPMN 2010
Jakob Freund @ BPMN 2010Jakob Freund @ BPMN 2010
Jakob Freund @ BPMN 2010bpmn2010
 
Dynamische Websites mit XML
Dynamische Websites mit XMLDynamische Websites mit XML
Dynamische Websites mit XMLStephan Schmidt
 
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessenDNUG e.V.
 
Leichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
Leichtgewichtige Architekturen mit Spring, JPA, Maven und GroovyLeichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
Leichtgewichtige Architekturen mit Spring, JPA, Maven und GroovyThorsten Kamann
 
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitungd.velop international
 
Von Typo3 zu Plone - Ein Migrationsbericht
Von Typo3 zu Plone - Ein MigrationsberichtVon Typo3 zu Plone - Ein Migrationsbericht
Von Typo3 zu Plone - Ein MigrationsberichtAndreas Schiweck
 

Similar to JBoss jBPM 4 bei der JBUG München (20)

C5 Mettenmeier Lotusday2007
C5 Mettenmeier Lotusday2007C5 Mettenmeier Lotusday2007
C5 Mettenmeier Lotusday2007
 
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g - DOAG SI...
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g   - DOAG SI...Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g   - DOAG SI...
Integration und Betriebsüberwachung mit der Oracle SOA Suite 11g - DOAG SI...
 
BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?BPMN - Eine Sprache für Business und IT?
BPMN - Eine Sprache für Business und IT?
 
BPMN - eine Sprache für Business und IT?
BPMN - eine Sprache für Business und IT?BPMN - eine Sprache für Business und IT?
BPMN - eine Sprache für Business und IT?
 
JBoss jBPM
JBoss jBPMJBoss jBPM
JBoss jBPM
 
jBPM & Drools
jBPM & DroolsjBPM & Drools
jBPM & Drools
 
Open Source Workflowmanagement mit BPMN und CMMN
Open Source Workflowmanagement mit BPMN und CMMNOpen Source Workflowmanagement mit BPMN und CMMN
Open Source Workflowmanagement mit BPMN und CMMN
 
Open Source BPM - iteratec Architekturtag
Open Source BPM - iteratec ArchitekturtagOpen Source BPM - iteratec Architekturtag
Open Source BPM - iteratec Architekturtag
 
WeWebU OpenWorkdesk bei transactio
WeWebU OpenWorkdesk bei transactioWeWebU OpenWorkdesk bei transactio
WeWebU OpenWorkdesk bei transactio
 
Jakob Freund @ BPMN 2010
Jakob Freund @ BPMN 2010Jakob Freund @ BPMN 2010
Jakob Freund @ BPMN 2010
 
Dynamische Websites mit XML
Dynamische Websites mit XMLDynamische Websites mit XML
Dynamische Websites mit XML
 
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen
20150610 track2 1_bpm12_agentbase schlägt brücken zwischen regeln & prozessen
 
Leichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
Leichtgewichtige Architekturen mit Spring, JPA, Maven und GroovyLeichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
Leichtgewichtige Architekturen mit Spring, JPA, Maven und Groovy
 
20091014 J Bpm4 Hamburg
20091014 J Bpm4 Hamburg20091014 J Bpm4 Hamburg
20091014 J Bpm4 Hamburg
 
camunda BPM @ JUG München
camunda BPM @ JUG Münchencamunda BPM @ JUG München
camunda BPM @ JUG München
 
Jug muenchen bpmn in der praxis
Jug muenchen bpmn in der praxisJug muenchen bpmn in der praxis
Jug muenchen bpmn in der praxis
 
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung
[ecspw2013] Session Sales 04: ecspand Eingangsrechnungsverarbeitung
 
20080716 BPMN – Kurzeinfuehrung
20080716 BPMN – Kurzeinfuehrung20080716 BPMN – Kurzeinfuehrung
20080716 BPMN – Kurzeinfuehrung
 
Von Typo3 zu Plone - Ein Migrationsbericht
Von Typo3 zu Plone - Ein MigrationsberichtVon Typo3 zu Plone - Ein Migrationsbericht
Von Typo3 zu Plone - Ein Migrationsbericht
 
A4 Pavone@Lotusday2007
A4 Pavone@Lotusday2007A4 Pavone@Lotusday2007
A4 Pavone@Lotusday2007
 

More from camunda services GmbH

Using Camunda on Kubernetes through Operators
Using Camunda on Kubernetes through OperatorsUsing Camunda on Kubernetes through Operators
Using Camunda on Kubernetes through Operatorscamunda services GmbH
 
Predictive Process Monitoring in Camunda
Predictive Process Monitoring in CamundaPredictive Process Monitoring in Camunda
Predictive Process Monitoring in Camundacamunda services GmbH
 
Camunda Product Update – The present and the future of Process Automation
Camunda Product Update – The present and the future of Process AutomationCamunda Product Update – The present and the future of Process Automation
Camunda Product Update – The present and the future of Process Automationcamunda services GmbH
 
Tips on how to build Camunda Run for production
Tips on how to build Camunda Run for productionTips on how to build Camunda Run for production
Tips on how to build Camunda Run for productioncamunda services GmbH
 
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmen
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in UnternehmenBlitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmen
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmencamunda services GmbH
 
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...camunda services GmbH
 
Extending human workflow preparing people and processes for the digital era w...
Extending human workflow preparing people and processes for the digital era w...Extending human workflow preparing people and processes for the digital era w...
Extending human workflow preparing people and processes for the digital era w...camunda services GmbH
 
[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0camunda services GmbH
 
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...camunda services GmbH
 
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...Process Automation Forum, Processautomatisierung neu gedacht für das digitale...
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...camunda services GmbH
 
Process Automation Forum Zurich, finnova AG Bankware
Process Automation Forum Zurich, finnova AG BankwareProcess Automation Forum Zurich, finnova AG Bankware
Process Automation Forum Zurich, finnova AG Bankwarecamunda services GmbH
 
Process Automation Forum Munich, Swiss Life
Process Automation Forum Munich, Swiss LifeProcess Automation Forum Munich, Swiss Life
Process Automation Forum Munich, Swiss Lifecamunda services GmbH
 
Process Automation Forum Vienna, A1 & J-IT
Process Automation Forum Vienna, A1 & J-ITProcess Automation Forum Vienna, A1 & J-IT
Process Automation Forum Vienna, A1 & J-ITcamunda services GmbH
 
Process Automation Forum Vienna, Raiffeisen
Process Automation Forum Vienna, RaiffeisenProcess Automation Forum Vienna, Raiffeisen
Process Automation Forum Vienna, Raiffeisencamunda services GmbH
 
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AG
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AGProcess Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AG
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AGcamunda services GmbH
 
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native Worldcamunda services GmbH
 

More from camunda services GmbH (20)

Using Camunda on Kubernetes through Operators
Using Camunda on Kubernetes through OperatorsUsing Camunda on Kubernetes through Operators
Using Camunda on Kubernetes through Operators
 
Predictive Process Monitoring in Camunda
Predictive Process Monitoring in CamundaPredictive Process Monitoring in Camunda
Predictive Process Monitoring in Camunda
 
Camunda Product Update – The present and the future of Process Automation
Camunda Product Update – The present and the future of Process AutomationCamunda Product Update – The present and the future of Process Automation
Camunda Product Update – The present and the future of Process Automation
 
Tips on how to build Camunda Run for production
Tips on how to build Camunda Run for productionTips on how to build Camunda Run for production
Tips on how to build Camunda Run for production
 
Process Driven Customer Interaction
Process Driven Customer InteractionProcess Driven Customer Interaction
Process Driven Customer Interaction
 
Exploring Automation in Government
Exploring Automation in GovernmentExploring Automation in Government
Exploring Automation in Government
 
The Pulse of Process Automation
The Pulse of Process AutomationThe Pulse of Process Automation
The Pulse of Process Automation
 
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmen
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in UnternehmenBlitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmen
Blitzumfrage zur aktuellen Nutzung von Prozessautomatisierung in Unternehmen
 
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...
Webinar - A Developer's Quick Start Guide to Open Source Process Automation U...
 
Extending human workflow preparing people and processes for the digital era w...
Extending human workflow preparing people and processes for the digital era w...Extending human workflow preparing people and processes for the digital era w...
Extending human workflow preparing people and processes for the digital era w...
 
Camunda BPM 7.13 Webinar
Camunda BPM 7.13 WebinarCamunda BPM 7.13 Webinar
Camunda BPM 7.13 Webinar
 
[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0
 
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...
Webinar: Monitoring & Orchestrating Your Microservices Landscape using Workfl...
 
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...Process Automation Forum, Processautomatisierung neu gedacht für das digitale...
Process Automation Forum, Processautomatisierung neu gedacht für das digitale...
 
Process Automation Forum Zurich, finnova AG Bankware
Process Automation Forum Zurich, finnova AG BankwareProcess Automation Forum Zurich, finnova AG Bankware
Process Automation Forum Zurich, finnova AG Bankware
 
Process Automation Forum Munich, Swiss Life
Process Automation Forum Munich, Swiss LifeProcess Automation Forum Munich, Swiss Life
Process Automation Forum Munich, Swiss Life
 
Process Automation Forum Vienna, A1 & J-IT
Process Automation Forum Vienna, A1 & J-ITProcess Automation Forum Vienna, A1 & J-IT
Process Automation Forum Vienna, A1 & J-IT
 
Process Automation Forum Vienna, Raiffeisen
Process Automation Forum Vienna, RaiffeisenProcess Automation Forum Vienna, Raiffeisen
Process Automation Forum Vienna, Raiffeisen
 
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AG
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AGProcess Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AG
Process Automation Forum Düsseldorf, Provinzial Rheinland Versicherung AG
 
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World
[Webinar] BPM Renaissance: 5 Tips to Thrive in a Cloud-Native World
 

JBoss jBPM 4 bei der JBUG München

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40. Unsupported community release: 3.3.x
  • 41.