SlideShare a Scribd company logo
1 of 34
Download to read offline
Key Features, Live Demo, and Q&A with our technical team
Optimize 3.0 Release Webinar
22
Hello from Berlin!
Felix Müller
Product Manager
Optimize
Sebastian Bathke
Tech Lead
Optimize
Bill Betcher
Product Marketing
3
Before we begin...
• This webinar will be recorded, and we’ll
send all registrants a link to the
recording.
• There will be opportunities to respond to
polls and to ask us questions about the
product and our learnings.
4
Poll: How familiar are you with Camunda Optimize?
Let us know in the GoToWebinar app - we’ll wait a minute or so for
your responses.
55
Agenda
What is Optimize?
Live Demo
New Features
Customer Case Study
Next Steps
Q & A
AUTOMATEDESIGN
Process Automation Platform
COCKPIT TASKLIST
WORKFLOW
ENGINE
DECISION
ENGINE
OPTIMIZEMODELER CAWEMO
IMPROVE
TECHNICAL
SUPPORT
JAVA / REST API
TECHNICAL
EXPERTS
CUSTOMER
SUCCESS
TRAINING
CAMUNDA BPM
7
Optimize: Business Monitoring for Continuous Improvement
+ Customized Dashboards: Users can create
process and decision reports (bar charts, line
charts etc.) and arrange them in dashboard.
+ Activity Reports: BPMN-based reports for
additional insights, e.g. with heatmaps for
spotting bottlenecks.
+ Threshold Alerting: Alerts can notify
stakeholders via E-Mail or other systems when
critical KPI meet certain thresholds.
+ Quick Setup: Historic Camunda Process Data
available without implementation effort, will be
imported automatically.
Heatmap reports show process model activity
Web application reporting & alerting to provide end-to-end real-time process monitoring and analytics
8
Architecture Overview
Elastic
search
Camunda OptimizeCamunda BPM
Engine(s)
DB
R
E
S
T
9
Camunda Optimize 3.0
What’s New?
Process Events Monitoring
End-To-End Monitoring & Reporting for Business Processes
even if parts of the process are not automated with Camunda
11
Optimize tracking events from Microservices, Legacy and SaaS
ElasticsearchCamunda Optimize
Ingestion API
Connector(s)
Microservice
A
Microservice
B
Microservice
C
...
Legacy Systems /
RPA Bots /
Workflow Eng.
SaaS Apps
Camunda BPM
Engine(s)
12
3-Step approach into End-to-End Visibility
Monitoring & Reporting
for your End-To-End
Process
Event Ingestion Design Process & Mapping
Optimize now offers a REST API
allowing you to connect any
external system to it for
Process-Related Event Ingestion.
The BPMN Process can be designed
directly in Optimize. Events can
easily be mapped to the steps in
the process.
Visibility into the process using
business-friendly reporting
capabilities including Heatmaps,
Reports, Dashboards and Alerts.
Optimize
REST API
Connector
External
Systems
Events
Events
13
Scenarios
When could Process Events Monitoring make sense for you?
14
End-to-End Business Performance
Monitoring across Camunda Processes
and Legacy Systems
15
Real-Life Example: Customer Onboarding End-to-End
Customer Onboarding End-To-End Process
Paper
Document
(analog)
Website
Document
(digital)
Digital
Documents
via E-Mail
Printed
Documents
via Mail
16
Real-Life Example: Customer Onboarding End-to-End
Risk Rating
Camunda Process: Customer Onboarding
Output
Mgmt
Input Mgmt.
Human Task
Mgmt
Service
Orchestration
Digital
Scan
(OCR)
Process
Trigger
Digital /
Analog
17
Real-Life Example: Architecture
ElasticsearchCamunda Optimize
Ingestion API
Input Mgmt
App B App C ...
Camunda
Process Engine:
Customer
Onboarding
RabbitMQ
RabbitMQ
Connector
Paper
Documents
(analog)
Website
Documents
(digital)
18
Live Demo Time
End-To-End Monitoring
19
Microservices Orchestration
20
Real-Life Example: Order Flow
Some
Service
Some
Service
Some
Service
Some
Service
Checkout
Payment Shipment
Inventory
Order
placed
Payment
received
Goods
fetched
Goods
shipped
21
Technical Architecture
Kafka Connector for Event Ingestion
ElasticsearchCamunda Optimize
Ingestion API
Kafka
Connector
Checkout
Service
Order Service
Shipping
Service
Payment
Service
Inventory
Service
Camunda BPM
Engine
22
Live Demo Time
Microservices Example
23
24
Nokia Corporation is a Finnish
multinational telecommunications,
information technology, and
consumer electronics company,
founded in 1865. In 2018, Nokia
employed approximately 103,000
people across over 100 countries,
did business in more than 130
countries, and reported annual
revenues of around €23 billion.
Nokia
Visibility into
Robotic Process
Automation
Real-Time Visibility into
Process Automation
Identify Bottlenecks
and Improve
Processes
“Camunda Optimize provides real-time visibility into our process
automation cases, including third-party events from Robotic
Process Automation (RPA)” said Eduardo Conceição, RPA
Architect at Nokia. “This allows us the opportunity for a complete,
end-to-end view of an entire business process in an easier way -
no matter what technology. As a result, we could better identify
bottlenecks, analyze process performance and ultimately improve
our processes overall.”
25
Technical Background
How to use the new capabilities?
26
Event Ingestion
POST http://localhost:8090/api/ingestion/event/batch
HEADER: Authorization: mySecret1234
Example Payload
[{
"specversion ": "1.0",
"id": "1edc4160-74e5-4ffc-af59-2d281cf5aca349", // unique event ID
"group": "group", // (end-to-end) process name
"source": "system", // external system
"type": "paymentOccured", // eventName that can be used for mapping
"traceid": "id4", // unique traceId (camunda world: process instance ID)
"time": "2020-01-01T10:00:00.000Z", // time of event occurrence
"data": { // optional payload (no nested data structures)
"field": "1",
"otherField": ""
}
}, {
...
}]
https://docs.camunda.org/optimize/3.0/technical-guide/event-ingestion-rest-api/
https://cloudevents.io/
27
Using Kafka? We have something for you.
Kafka Event Adapter Example
https://github.com/camunda/camunda-optimize-examples/tree/master/kafka-event-adapter
Elasticsear
ch
Camunda Optimize
Ingestion API
Kafka
Connector
Checkout
Service
Order
Service
Shipping
Service
Payment
Service
Inventory
Service
Camunda
BPM Engine
28
Live Demo Time
Alerting, Monitoring, Reporting and Dashboarding
29
Quick recap of what we saw today
Event Based Processes
• End-to-End Monitoring and Reporting - even if parts of your process is not automated with Camunda
New Reporting & Monitoring Capabilities
• New Filters:
• Suspended Instances
• Start & End Date
• New User Task Reporting
• Flexible Alerting by using Webhooks
Enhanced Dashboarding
• Simplified adding Reports to Dashboard
30
Updated Supported Environments
• Support for Elasticsearch 7.0.0+, 7.1.0+, 7.2.0+, 7.3.0+, 7.4.0+, 7.5.0+, 7.6.0+
• End of Support for Elasticsearch 6
• End of Support for Internet Explorer 11
https://docs.camunda.org/optimize/3.0/technical-guide/supported-environments/
31
Getting Started With Optimize
1. Get the 30-day trial
https://camunda.com/download/enterprise/
2. Watch our “Getting Started In Less Than 5 Minutes” tutorial
https://camunda.com/learn/videos/getting-started-optimize/
Stay informed of upcoming webinars at
https://camunda.com/webinars
33
Any questions?
https://camunda.com/download
Open Source Community Platform
and Free 30-Day Enterprise Platform Trial
Thank you.

More Related Content

What's hot

Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...
Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...
Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...camunda services GmbH
 
Predictive Process Monitoring in Camunda
Predictive Process Monitoring in CamundaPredictive Process Monitoring in Camunda
Predictive Process Monitoring in Camundacamunda services GmbH
 
CamundaCon 2018: Custom Batch Extension (Holisticon)
CamundaCon 2018: Custom Batch Extension (Holisticon)CamundaCon 2018: Custom Batch Extension (Holisticon)
CamundaCon 2018: Custom Batch Extension (Holisticon)camunda services GmbH
 
Case study: Camunda BPM in PwC project
Case study: Camunda BPM in PwC projectCase study: Camunda BPM in PwC project
Case study: Camunda BPM in PwC projectcamunda 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
 
CamundaCon 2018: How to combine Camunda with RPA (Camunda)
CamundaCon 2018: How to combine Camunda with RPA (Camunda)CamundaCon 2018: How to combine Camunda with RPA (Camunda)
CamundaCon 2018: How to combine Camunda with RPA (Camunda)camunda services GmbH
 
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and DrupalSrijan Technologies
 
Server fleet management using Camunda by Akhil Ahuja
Server fleet management using Camunda by Akhil AhujaServer fleet management using Camunda by Akhil Ahuja
Server fleet management using Camunda by Akhil Ahujacamunda services GmbH
 
Inetgration patterns for camunda
Inetgration patterns for camundaInetgration patterns for camunda
Inetgration patterns for camundaSowmya Raghunathan
 
bed-con 2015 - From Virtual Machines to Containers
bed-con 2015 - From Virtual Machines to Containersbed-con 2015 - From Virtual Machines to Containers
bed-con 2015 - From Virtual Machines to Containerscamunda services GmbH
 
Camunda BPM at Zalando: Order Processing at scale
Camunda BPM at Zalando: Order Processing at scaleCamunda BPM at Zalando: Order Processing at scale
Camunda BPM at Zalando: Order Processing at scalecamunda services GmbH
 
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd Rücker
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd RückerOpen Source workflow automation with BPMN 2.0, Java and camunda - Bernd Rücker
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd RückerJAXLondon2014
 
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)camunda services GmbH
 
Camunda BPM 7.2: Connectors, Data, Scripting (English)
Camunda BPM 7.2: Connectors, Data, Scripting (English)Camunda BPM 7.2: Connectors, Data, Scripting (English)
Camunda BPM 7.2: Connectors, Data, Scripting (English)camunda services GmbH
 

What's hot (20)

Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...
Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...
Camunda Day Amsterdam 2019: Best Practices for successfully introducing Camun...
 
Webinar: Camunda und Liferay
Webinar: Camunda und LiferayWebinar: Camunda und Liferay
Webinar: Camunda und Liferay
 
Camunda BPM 7.2 - English
Camunda BPM 7.2 - EnglishCamunda BPM 7.2 - English
Camunda BPM 7.2 - English
 
Predictive Process Monitoring in Camunda
Predictive Process Monitoring in CamundaPredictive Process Monitoring in Camunda
Predictive Process Monitoring in Camunda
 
Camunda in Action
Camunda in ActionCamunda in Action
Camunda in Action
 
CamundaCon 2018: Custom Batch Extension (Holisticon)
CamundaCon 2018: Custom Batch Extension (Holisticon)CamundaCon 2018: Custom Batch Extension (Holisticon)
CamundaCon 2018: Custom Batch Extension (Holisticon)
 
Camunda bpm 7.0-release-webinar-en
Camunda bpm 7.0-release-webinar-enCamunda bpm 7.0-release-webinar-en
Camunda bpm 7.0-release-webinar-en
 
Case study: Camunda BPM in PwC project
Case study: Camunda BPM in PwC projectCase study: Camunda BPM in PwC project
Case study: Camunda BPM in PwC project
 
Introduction - The Hack Session
Introduction - The Hack SessionIntroduction - The Hack Session
Introduction - The Hack Session
 
[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
 
CamundaCon 2018: How to combine Camunda with RPA (Camunda)
CamundaCon 2018: How to combine Camunda with RPA (Camunda)CamundaCon 2018: How to combine Camunda with RPA (Camunda)
CamundaCon 2018: How to combine Camunda with RPA (Camunda)
 
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
[Srijan Wednesday Webinar] Building BPMN Web Portals with Camunda and Drupal
 
Server fleet management using Camunda by Akhil Ahuja
Server fleet management using Camunda by Akhil AhujaServer fleet management using Camunda by Akhil Ahuja
Server fleet management using Camunda by Akhil Ahuja
 
camunda for developer-friendly BPM
camunda for developer-friendly BPMcamunda for developer-friendly BPM
camunda for developer-friendly BPM
 
Inetgration patterns for camunda
Inetgration patterns for camundaInetgration patterns for camunda
Inetgration patterns for camunda
 
bed-con 2015 - From Virtual Machines to Containers
bed-con 2015 - From Virtual Machines to Containersbed-con 2015 - From Virtual Machines to Containers
bed-con 2015 - From Virtual Machines to Containers
 
Camunda BPM at Zalando: Order Processing at scale
Camunda BPM at Zalando: Order Processing at scaleCamunda BPM at Zalando: Order Processing at scale
Camunda BPM at Zalando: Order Processing at scale
 
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd Rücker
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd RückerOpen Source workflow automation with BPMN 2.0, Java and camunda - Bernd Rücker
Open Source workflow automation with BPMN 2.0, Java and camunda - Bernd Rücker
 
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)
CamundaCon 2018: Big Workflow in Action: Zeebe Live Hacking (Camunda)
 
Camunda BPM 7.2: Connectors, Data, Scripting (English)
Camunda BPM 7.2: Connectors, Data, Scripting (English)Camunda BPM 7.2: Connectors, Data, Scripting (English)
Camunda BPM 7.2: Connectors, Data, Scripting (English)
 

Similar to [Webinar] Camunda Optimize Release 3.0

Next generation business automation with the red hat decision manager and red...
Next generation business automation with the red hat decision manager and red...Next generation business automation with the red hat decision manager and red...
Next generation business automation with the red hat decision manager and red...Masahiko Umeno
 
PTV Group_impact_camunda_bpm_20140122
PTV Group_impact_camunda_bpm_20140122PTV Group_impact_camunda_bpm_20140122
PTV Group_impact_camunda_bpm_20140122camunda services GmbH
 
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...serge luca
 
What is going on - Application diagnostics on Azure - TechDays Finland
What is going on - Application diagnostics on Azure - TechDays FinlandWhat is going on - Application diagnostics on Azure - TechDays Finland
What is going on - Application diagnostics on Azure - TechDays FinlandMaarten Balliauw
 
Pmo slides jun2010
Pmo slides jun2010Pmo slides jun2010
Pmo slides jun2010Steve Turner
 
Using redmine as a sla ticketing system, helpdesk or service desk software
Using redmine as a sla ticketing system, helpdesk or service desk softwareUsing redmine as a sla ticketing system, helpdesk or service desk software
Using redmine as a sla ticketing system, helpdesk or service desk softwareAleksandar Pavic
 
i feature :: intelligent machining systems (ENG)
i feature :: intelligent machining systems (ENG)i feature :: intelligent machining systems (ENG)
i feature :: intelligent machining systems (ENG)Alexey Popovich
 
UiPath 23.4 Product Release Updates
UiPath 23.4 Product Release UpdatesUiPath 23.4 Product Release Updates
UiPath 23.4 Product Release UpdatesDianaGray10
 
IBM ECM System Monitor - Cenit Best Practices
IBM ECM System Monitor - Cenit Best PracticesIBM ECM System Monitor - Cenit Best Practices
IBM ECM System Monitor - Cenit Best PracticesRoland Merkt
 
Cloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST HighlightCloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST HighlightCAST
 
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunities
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunitiesThe Light Bulb Moment – Learning to-identify-robotic-automation-opportunities
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunitiesOpenSpan
 
BPSim The Interchange Format
BPSim The Interchange FormatBPSim The Interchange Format
BPSim The Interchange FormatDenis Gagné
 
Itc suisse romande customer presentation v8_mh
Itc suisse romande customer presentation v8_mhItc suisse romande customer presentation v8_mh
Itc suisse romande customer presentation v8_mhmastermarkush
 
OpsRamp Fall Release November 2020
OpsRamp Fall Release November 2020OpsRamp Fall Release November 2020
OpsRamp Fall Release November 2020OpsRamp
 
Process Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process AutomationProcess Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process AutomationBernd Ruecker
 
Seminar presentation 05042011_v7_with_cl
Seminar presentation 05042011_v7_with_clSeminar presentation 05042011_v7_with_cl
Seminar presentation 05042011_v7_with_clmiket60
 
Building Value - Understanding the TCO and ROI of Apache Kafka & Confluent
Building Value  - Understanding the TCO and ROI of Apache Kafka & ConfluentBuilding Value  - Understanding the TCO and ROI of Apache Kafka & Confluent
Building Value - Understanding the TCO and ROI of Apache Kafka & Confluentconfluent
 

Similar to [Webinar] Camunda Optimize Release 3.0 (20)

Next generation business automation with the red hat decision manager and red...
Next generation business automation with the red hat decision manager and red...Next generation business automation with the red hat decision manager and red...
Next generation business automation with the red hat decision manager and red...
 
PTV Group_impact_camunda_bpm_20140122
PTV Group_impact_camunda_bpm_20140122PTV Group_impact_camunda_bpm_20140122
PTV Group_impact_camunda_bpm_20140122
 
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...
 
What is going on - Application diagnostics on Azure - TechDays Finland
What is going on - Application diagnostics on Azure - TechDays FinlandWhat is going on - Application diagnostics on Azure - TechDays Finland
What is going on - Application diagnostics on Azure - TechDays Finland
 
Pmo slides jun2010
Pmo slides jun2010Pmo slides jun2010
Pmo slides jun2010
 
Using redmine as a sla ticketing system, helpdesk or service desk software
Using redmine as a sla ticketing system, helpdesk or service desk softwareUsing redmine as a sla ticketing system, helpdesk or service desk software
Using redmine as a sla ticketing system, helpdesk or service desk software
 
i feature :: intelligent machining systems (ENG)
i feature :: intelligent machining systems (ENG)i feature :: intelligent machining systems (ENG)
i feature :: intelligent machining systems (ENG)
 
UiPath 23.4 Product Release Updates
UiPath 23.4 Product Release UpdatesUiPath 23.4 Product Release Updates
UiPath 23.4 Product Release Updates
 
IBM ECM System Monitor - Cenit Best Practices
IBM ECM System Monitor - Cenit Best PracticesIBM ECM System Monitor - Cenit Best Practices
IBM ECM System Monitor - Cenit Best Practices
 
Cloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST HighlightCloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST Highlight
 
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunities
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunitiesThe Light Bulb Moment – Learning to-identify-robotic-automation-opportunities
The Light Bulb Moment – Learning to-identify-robotic-automation-opportunities
 
BPSim The Interchange Format
BPSim The Interchange FormatBPSim The Interchange Format
BPSim The Interchange Format
 
Itc suisse romande customer presentation v8_mh
Itc suisse romande customer presentation v8_mhItc suisse romande customer presentation v8_mh
Itc suisse romande customer presentation v8_mh
 
Xrom presentation
Xrom presentationXrom presentation
Xrom presentation
 
OpsRamp Fall Release November 2020
OpsRamp Fall Release November 2020OpsRamp Fall Release November 2020
OpsRamp Fall Release November 2020
 
Presentation
PresentationPresentation
Presentation
 
CA|Automic Live Melbourne 2017
CA|Automic Live Melbourne 2017CA|Automic Live Melbourne 2017
CA|Automic Live Melbourne 2017
 
Process Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process AutomationProcess Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process Automation
 
Seminar presentation 05042011_v7_with_cl
Seminar presentation 05042011_v7_with_clSeminar presentation 05042011_v7_with_cl
Seminar presentation 05042011_v7_with_cl
 
Building Value - Understanding the TCO and ROI of Apache Kafka & Confluent
Building Value  - Understanding the TCO and ROI of Apache Kafka & ConfluentBuilding Value  - Understanding the TCO and ROI of Apache Kafka & Confluent
Building Value - Understanding the TCO and ROI of Apache Kafka & Confluent
 

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
 
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
 
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: 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] Transforming Telcos with Digital Process Automation (December 10, 2...
[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...
[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...camunda services GmbH
 
I want my process back! #microservices #serverless
I want my process back! #microservices #serverlessI want my process back! #microservices #serverless
I want my process back! #microservices #serverlesscamunda services GmbH
 
Pharma Research Automation by Connecting Researchers with Robots and Systems ...
Pharma Research Automation by Connecting Researchers with Robots and Systems ...Pharma Research Automation by Connecting Researchers with Robots and Systems ...
Pharma Research Automation by Connecting Researchers with Robots and Systems ...camunda services GmbH
 
The Journey from the ideas to production by Eric Euerlings
The Journey from the ideas to production by Eric Euerlings The Journey from the ideas to production by Eric Euerlings
The Journey from the ideas to production by Eric Euerlings camunda services GmbH
 
How to Take Over the World by Derek Vandivere
How to Take Over the World by Derek VandivereHow to Take Over the World by Derek Vandivere
How to Take Over the World by Derek Vandiverecamunda 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
 
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
 
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...
 
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
 
Zeebe + Operate January 2020 Update
Zeebe + Operate January 2020 UpdateZeebe + Operate January 2020 Update
Zeebe + Operate January 2020 Update
 
Optimize 2.7 Release Webinar
Optimize 2.7 Release WebinarOptimize 2.7 Release Webinar
Optimize 2.7 Release Webinar
 
[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...
[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...
[Webinar] Transforming Telcos with Digital Process Automation (December 10, 2...
 
I want my process back! #microservices #serverless
I want my process back! #microservices #serverlessI want my process back! #microservices #serverless
I want my process back! #microservices #serverless
 
Pharma Research Automation by Connecting Researchers with Robots and Systems ...
Pharma Research Automation by Connecting Researchers with Robots and Systems ...Pharma Research Automation by Connecting Researchers with Robots and Systems ...
Pharma Research Automation by Connecting Researchers with Robots and Systems ...
 
The Journey from the ideas to production by Eric Euerlings
The Journey from the ideas to production by Eric Euerlings The Journey from the ideas to production by Eric Euerlings
The Journey from the ideas to production by Eric Euerlings
 
How to Take Over the World by Derek Vandivere
How to Take Over the World by Derek VandivereHow to Take Over the World by Derek Vandivere
How to Take Over the World by Derek Vandivere
 

Recently uploaded

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

[Webinar] Camunda Optimize Release 3.0

  • 1. Key Features, Live Demo, and Q&A with our technical team Optimize 3.0 Release Webinar
  • 2. 22 Hello from Berlin! Felix Müller Product Manager Optimize Sebastian Bathke Tech Lead Optimize Bill Betcher Product Marketing
  • 3. 3 Before we begin... • This webinar will be recorded, and we’ll send all registrants a link to the recording. • There will be opportunities to respond to polls and to ask us questions about the product and our learnings.
  • 4. 4 Poll: How familiar are you with Camunda Optimize? Let us know in the GoToWebinar app - we’ll wait a minute or so for your responses.
  • 5. 55 Agenda What is Optimize? Live Demo New Features Customer Case Study Next Steps Q & A
  • 6. AUTOMATEDESIGN Process Automation Platform COCKPIT TASKLIST WORKFLOW ENGINE DECISION ENGINE OPTIMIZEMODELER CAWEMO IMPROVE TECHNICAL SUPPORT JAVA / REST API TECHNICAL EXPERTS CUSTOMER SUCCESS TRAINING CAMUNDA BPM
  • 7. 7 Optimize: Business Monitoring for Continuous Improvement + Customized Dashboards: Users can create process and decision reports (bar charts, line charts etc.) and arrange them in dashboard. + Activity Reports: BPMN-based reports for additional insights, e.g. with heatmaps for spotting bottlenecks. + Threshold Alerting: Alerts can notify stakeholders via E-Mail or other systems when critical KPI meet certain thresholds. + Quick Setup: Historic Camunda Process Data available without implementation effort, will be imported automatically. Heatmap reports show process model activity Web application reporting & alerting to provide end-to-end real-time process monitoring and analytics
  • 10. Process Events Monitoring End-To-End Monitoring & Reporting for Business Processes even if parts of the process are not automated with Camunda
  • 11. 11 Optimize tracking events from Microservices, Legacy and SaaS ElasticsearchCamunda Optimize Ingestion API Connector(s) Microservice A Microservice B Microservice C ... Legacy Systems / RPA Bots / Workflow Eng. SaaS Apps Camunda BPM Engine(s)
  • 12. 12 3-Step approach into End-to-End Visibility Monitoring & Reporting for your End-To-End Process Event Ingestion Design Process & Mapping Optimize now offers a REST API allowing you to connect any external system to it for Process-Related Event Ingestion. The BPMN Process can be designed directly in Optimize. Events can easily be mapped to the steps in the process. Visibility into the process using business-friendly reporting capabilities including Heatmaps, Reports, Dashboards and Alerts. Optimize REST API Connector External Systems Events Events
  • 13. 13 Scenarios When could Process Events Monitoring make sense for you?
  • 14. 14 End-to-End Business Performance Monitoring across Camunda Processes and Legacy Systems
  • 15. 15 Real-Life Example: Customer Onboarding End-to-End Customer Onboarding End-To-End Process Paper Document (analog) Website Document (digital) Digital Documents via E-Mail Printed Documents via Mail
  • 16. 16 Real-Life Example: Customer Onboarding End-to-End Risk Rating Camunda Process: Customer Onboarding Output Mgmt Input Mgmt. Human Task Mgmt Service Orchestration Digital Scan (OCR) Process Trigger Digital / Analog
  • 17. 17 Real-Life Example: Architecture ElasticsearchCamunda Optimize Ingestion API Input Mgmt App B App C ... Camunda Process Engine: Customer Onboarding RabbitMQ RabbitMQ Connector Paper Documents (analog) Website Documents (digital)
  • 20. 20 Real-Life Example: Order Flow Some Service Some Service Some Service Some Service Checkout Payment Shipment Inventory Order placed Payment received Goods fetched Goods shipped
  • 21. 21 Technical Architecture Kafka Connector for Event Ingestion ElasticsearchCamunda Optimize Ingestion API Kafka Connector Checkout Service Order Service Shipping Service Payment Service Inventory Service Camunda BPM Engine
  • 23. 23
  • 24. 24 Nokia Corporation is a Finnish multinational telecommunications, information technology, and consumer electronics company, founded in 1865. In 2018, Nokia employed approximately 103,000 people across over 100 countries, did business in more than 130 countries, and reported annual revenues of around €23 billion. Nokia Visibility into Robotic Process Automation Real-Time Visibility into Process Automation Identify Bottlenecks and Improve Processes “Camunda Optimize provides real-time visibility into our process automation cases, including third-party events from Robotic Process Automation (RPA)” said Eduardo Conceição, RPA Architect at Nokia. “This allows us the opportunity for a complete, end-to-end view of an entire business process in an easier way - no matter what technology. As a result, we could better identify bottlenecks, analyze process performance and ultimately improve our processes overall.”
  • 25. 25 Technical Background How to use the new capabilities?
  • 26. 26 Event Ingestion POST http://localhost:8090/api/ingestion/event/batch HEADER: Authorization: mySecret1234 Example Payload [{ "specversion ": "1.0", "id": "1edc4160-74e5-4ffc-af59-2d281cf5aca349", // unique event ID "group": "group", // (end-to-end) process name "source": "system", // external system "type": "paymentOccured", // eventName that can be used for mapping "traceid": "id4", // unique traceId (camunda world: process instance ID) "time": "2020-01-01T10:00:00.000Z", // time of event occurrence "data": { // optional payload (no nested data structures) "field": "1", "otherField": "" } }, { ... }] https://docs.camunda.org/optimize/3.0/technical-guide/event-ingestion-rest-api/ https://cloudevents.io/
  • 27. 27 Using Kafka? We have something for you. Kafka Event Adapter Example https://github.com/camunda/camunda-optimize-examples/tree/master/kafka-event-adapter Elasticsear ch Camunda Optimize Ingestion API Kafka Connector Checkout Service Order Service Shipping Service Payment Service Inventory Service Camunda BPM Engine
  • 28. 28 Live Demo Time Alerting, Monitoring, Reporting and Dashboarding
  • 29. 29 Quick recap of what we saw today Event Based Processes • End-to-End Monitoring and Reporting - even if parts of your process is not automated with Camunda New Reporting & Monitoring Capabilities • New Filters: • Suspended Instances • Start & End Date • New User Task Reporting • Flexible Alerting by using Webhooks Enhanced Dashboarding • Simplified adding Reports to Dashboard
  • 30. 30 Updated Supported Environments • Support for Elasticsearch 7.0.0+, 7.1.0+, 7.2.0+, 7.3.0+, 7.4.0+, 7.5.0+, 7.6.0+ • End of Support for Elasticsearch 6 • End of Support for Internet Explorer 11 https://docs.camunda.org/optimize/3.0/technical-guide/supported-environments/
  • 31. 31 Getting Started With Optimize 1. Get the 30-day trial https://camunda.com/download/enterprise/ 2. Watch our “Getting Started In Less Than 5 Minutes” tutorial https://camunda.com/learn/videos/getting-started-optimize/
  • 32. Stay informed of upcoming webinars at https://camunda.com/webinars
  • 33. 33 Any questions? https://camunda.com/download Open Source Community Platform and Free 30-Day Enterprise Platform Trial