CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration

Bernd Ruecker
Opening Keynote
Day 2
…because day 1 is already over…
Daniel Meyer, CTO
Bernd Ruecker, Co-Founder and Chief Technologist
The common reality
Core Banking
System
CRM System Scoring System Address Check
Website …
Legacy Systems
Point to point
integrations
(aka Spaghetti)
Manual work
Ad-hoc problem
solving
The customer doesn’t care
Please open
a bank account
for me
Wow, that
was…
…slow ☹
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Process orchestration
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Benefits of process tracking
■ Low invest and low risk
■ Immediately have a visual process model,
audit trails and metrics
■ Start with the happy path,
identify edge cases
■ Identify dropped instances
■ Discover opportunities for improvement
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Continuously improve
Continuously improve
Continuously improve
Easy to make changes
Easy to make changes
A possible modernization journey
Tracking Orchestrating
Continuously
Improving
The right
process
Days to
weeks
A possible modernization journey
Tracking Orchestrating
Continuously
Improving
The right
process
A success story
Vodafone at CamundaCon: https://www.youtube.com/watch?v=nH--elFCDPU
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Broad-scale transformation
Investment
(time, money)
Value
First project
Next projects
Establishing
practice and
platform
The big(ger) picture
Technical capabilities and
platforms
(e.g. event streaming, RPA,
process orchestration)
Business capabilities
provided via APIs
(e.g. fraud check)
Value chain
(e.g. Customer Acquisition)
End-to-end
process orchestration
(e.g. account opening)
Owned by Center of excellence /
Community of practice
Process orchestration as a service
(also self-managed)
Reusable building blocks
Catalog of
business
capabilities
can be made
available to
the
orchestration
layer
Launching today
https://marketplace.camunda.com/
31
Demo
Connector Code
(Java)
Modeler UI
(Element Templates)
Connector
Camunda
Endpoint
What’s a Connector again?
@OutboundConnector(
type = "io.camunda:http-json:1", inputVariables = {"method", ...},
)
public class HttpJsonFunction implements OutboundConnectorFunction {
public Object execute(final OutboundConnectorContext context) throws Exception {
final var json =;
final var request = createRequest(context);
return httpService.executeConnectorRequest(request);
}
} {
"name": "REST Connector",
"properties": [
{
"type": "Hidden",
"value": "io.camunda:http-json:1",
"binding": {
"type": "zeebe:taskDefinition:type"
}
},
{
"id": "method",
"label": "REST Method",
"group": "endpoint",
"type": "Dropdown",
"value": "get",
"choices": [
https://github.com/camunda/connectors-bundle/tree/main/connectors/http-json
Protocol
Java &
JSON
Protocol > Generic System Connector
Java &
JSON
JSON
Protocol > Generic > Specific Connectors
Java &
JSON
JSON JSON
The big(ger) picture
Technical capabilities and
platforms
(e.g. event streaming, RPA,
process orchestration)
Business capabilities
provided via APIs
(e.g. fraud check)
Value chain
(e.g. Customer Acquisition)
End-to-end
process orchestration
(e.g. account opening)
Center of excellence /
Community of practice
Centralization vs. autonomy?
Photo by born1945, available under Creative Commons BY 2.0 license.
Golden Paths
https://engineering.atspotify.com/2020/08/how-we-use-golden-paths-to-solve-fragmentation-in-our-software-ecosystem/
“We found that
rumour-driven development
simply wasn’t scalable”
https://backstage.io/ (OSS, Made with ❤ at Spotify)
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Camunda
+ x
Center of
Excellence
Bank Account
Opening
Fraud
detection
Intrinsic cognitive load
Fundamentals
(“How to program with Java?”)
Extraneous cognitive load
Environment
(“How to deploy this?”)
Germane cognitive load
The real task
(“How to solve this business problem?”)
Reducing cognitive load
Centralization vs. autonomy?
Photo by born1945, available under Creative Commons BY 2.0 license.
Domain A
Domain B
Running
Shoes
Sportswear …
End-to-end processes
Full autonomy of
isolated teams
doesn't give you good
end-to-end processes
A sad story
A sad story
We need to
automate
X
Oh – not a big
priority, please
come back in 6
months
Business IT
But we need
to automate,
let’s do some
shaky low
code solution
Diversity of roles
Principal
Developer
Business
Person
Senior
Developer
Citizen
Developer
Junior
Developer
Consultant
or
Power User
Bot
Developer
Low-code
Developer
Process != process
Criticality,
value,
complexity…
Use Cases
Payments
Trading
Customer
Onboarding
Address change
… Limit change …
Categorize your use case
Green
Do it yourself
Yellow
Guided
Inspired also by https://www.forrester.com/blogs/how-shell-led-a-citizen-developer-movement/
Red
Professional Development
— high complexity
— high criticality
— compliance and regulatory
requirements
— version control
— automated testing
— CI / CD
— medium complexity
— medium criticality
— some governance required
— some guidance necessary
Professional
Developer
Citizen
Developer
Anything in
between
— simple
— local automations with little
criticality
— no governance or quality
assurance
Enabling more roles to participate
Principal
Developer
Business
Person
Senior
Developer
Citizen
Developer
Junior
Developer
Consultant
or
Power User
Bot
Developer
Low-code
Developer
enable
Yellow
Guided
Green
Do it yourself
Red
Professional
Development
Criticality,
value,
complexity…
Use Cases
Payments
Trading
Customer
Onboarding
Address change
Limit change
Out-of-the-box possibilities
Rich forms
Testing directly in the modeler
56
Demo
A great story
We need to
automate
X
We have this
Camunda platform
as a service – just
help yourself.
Business IT
Yeah :-)
Self-service
Connectors
Forms, data
and
expressions
Out-of-the-box
experience
AI Powered
AI Speeds up time-to-automation to solve complex business problems
Leverage AI to accelerate
low-code developers to build
solutions even faster
Create Solutions Fast
Predictive Decisioning
Machine Learner helpers to identify process and
decision improvements for the most complex
use case
Modeler Copilot
Assisted and guided helpers to build better
processes, scripts, forms, connectors..
AI Powered
Generative Process Models
For simple processes sure, for anything else
there's humans.
https://github.com/philippfromme/bpmn-gpt
BpmnGPT
60
High-throughput, low-latency, resiliency
Shifting into overdrive
Your first
project
Scale adoption
in your
organization
Open it up
to more
use cases
Tracking,
Orchestrating,
Improving
Platform, CoE, golden
paths, best practices
Green, yellow, red
Also high volume/low
latency
Enjoy CamundaCon!
Daniel Meyer
CTO
Frederic Meier
Head of Sales
Mo Ladha
Head of Product
Management
Alan Hale
Head of Customer Success
■ Our teams are here: go engage in conversation
■ Check out the Ask Me Anything booth
■ Online: use event chat for each stage
Mary Thengvall
Head of Developer Relations
Max Trumpf
Head of Engineering
Melanie Butcher
Head of Product Design
Bernd Ruecker
Co-Founder and Chief Technologist
Shifting into overdrive
1 de 63

Recomendados

MuCon London 2017: Break your event chains por
MuCon London 2017: Break your event chainsMuCon London 2017: Break your event chains
MuCon London 2017: Break your event chainsBernd Ruecker
2K visualizações53 slides
KanDDDinsky: Let your domain events flow por
KanDDDinsky: Let your domain events flowKanDDDinsky: Let your domain events flow
KanDDDinsky: Let your domain events flowBernd Ruecker
1.2K visualizações44 slides
jBPM5: Bringing more Power to your Business Processes por
jBPM5: Bringing more Power to your Business ProcessesjBPM5: Bringing more Power to your Business Processes
jBPM5: Bringing more Power to your Business ProcessesKris Verlaenen
1.3K visualizações39 slides
O'Reilly SA: Complex event flows in distributed systems por
O'Reilly SA: Complex event flows in distributed systemsO'Reilly SA: Complex event flows in distributed systems
O'Reilly SA: Complex event flows in distributed systemsBernd Ruecker
1K visualizações42 slides
DDD Belgium Meetup 2017: Events, flows and long running services por
DDD Belgium Meetup 2017: Events, flows and long running servicesDDD Belgium Meetup 2017: Events, flows and long running services
DDD Belgium Meetup 2017: Events, flows and long running servicesBernd Ruecker
678 visualizações51 slides
Carasik BPM ECM por
Carasik BPM ECMCarasik BPM ECM
Carasik BPM ECMBob Carasik
361 visualizações33 slides

Mais conteúdo relacionado

Similar a CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing por
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingPerfecto by Perforce
63 visualizações54 slides
jBPM5 (Argentina workshop) por
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
2.2K visualizações42 slides
[Webinar] Camunda Optimize Release 3.0 por
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0camunda services GmbH
647 visualizações34 slides
Peter Ward: The True Power of SharePoint Designer Workflows por
Peter Ward: The True Power of SharePoint Designer WorkflowsPeter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer WorkflowsSharePoint Saturday NY
1K visualizações35 slides
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 por
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Scott Wilson
546 visualizações33 slides
Bpmn2010 por
Bpmn2010Bpmn2010
Bpmn2010camunda services GmbH
550 visualizações43 slides

Similar a CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration(20)

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing por Perfecto by Perforce
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
Perfecto by Perforce63 visualizações
jBPM5 (Argentina workshop) por Kris Verlaenen
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)
Kris Verlaenen2.2K visualizações
[Webinar] Camunda Optimize Release 3.0 por camunda services GmbH
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0
camunda services GmbH647 visualizações
Peter Ward: The True Power of SharePoint Designer Workflows por SharePoint Saturday NY
Peter Ward: The True Power of SharePoint Designer WorkflowsPeter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer Workflows
SharePoint Saturday NY1K visualizações
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 por Scott Wilson
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Scott Wilson546 visualizações
BPMN2 and jBPM5 por Kris Verlaenen
BPMN2 and jBPM5BPMN2 and jBPM5
BPMN2 and jBPM5
Kris Verlaenen2.1K visualizações
Code Review por Ravi Raj
Code ReviewCode Review
Code Review
Ravi Raj2.9K visualizações
The Art of Gherkin Scripting - Matt Eakin por QA or the Highway
The Art of Gherkin Scripting - Matt EakinThe Art of Gherkin Scripting - Matt Eakin
The Art of Gherkin Scripting - Matt Eakin
QA or the Highway6.1K visualizações
Business Ananlyst por Dinesh Ramamurthy
Business AnanlystBusiness Ananlyst
Business Ananlyst
Dinesh Ramamurthy21 visualizações
MeasureWorks - Why your customers don't like to wait! por MeasureWorks
MeasureWorks - Why your customers don't like to wait!MeasureWorks - Why your customers don't like to wait!
MeasureWorks - Why your customers don't like to wait!
MeasureWorks763 visualizações
An Introduction to Microservices por Ad van der Veer
An Introduction to MicroservicesAn Introduction to Microservices
An Introduction to Microservices
Ad van der Veer604 visualizações
How to write your database: the story about Event Store por Victor Haydin
How to write your database: the story about Event StoreHow to write your database: the story about Event Store
How to write your database: the story about Event Store
Victor Haydin10.9K visualizações
T3 Consortium's Performance Center of Excellence por veehikle
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
veehikle825 visualizações
Code Refactoring por Milan Vukoje
Code RefactoringCode Refactoring
Code Refactoring
Milan Vukoje1K visualizações
Learn to see, measure and automate with value stream management por Lance Knight
Learn to see, measure and automate with value stream managementLearn to see, measure and automate with value stream management
Learn to see, measure and automate with value stream management
Lance Knight29 visualizações
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM por Eric D. Schabell
EMEA Partner Summit: 	jBPM 5 - Bringing More Power to BPMEMEA Partner Summit: 	jBPM 5 - Bringing More Power to BPM
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM
Eric D. Schabell1.1K visualizações
Software Measurement: Lecture 3. Metrics in Organization por Programeter
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in Organization
Programeter895 visualizações
Test Automation Best Practices (with SOA test approach) por Leonard Fingerman
Test Automation Best Practices (with SOA test approach)Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)
Leonard Fingerman21.1K visualizações

Mais de Bernd Ruecker

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... por
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...Bernd Ruecker
40 visualizações69 slides
JCon Live 2023 - Lice coding some integration problems por
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problemsBernd Ruecker
72 visualizações85 slides
JFall - Process Oriented Integration por
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented IntegrationBernd Ruecker
114 visualizações60 slides
JavaLand 2023 - Process Oriented Integration por
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented IntegrationBernd Ruecker
11 visualizações47 slides
CraftConf: Surviving the hyperautomation low code bubbl por
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubblBernd Ruecker
528 visualizações69 slides
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit por
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitMastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitBernd Ruecker
12 visualizações21 slides

Mais de Bernd Ruecker(20)

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... por Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker40 visualizações
JCon Live 2023 - Lice coding some integration problems por Bernd Ruecker
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problems
Bernd Ruecker72 visualizações
JFall - Process Oriented Integration por Bernd Ruecker
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented Integration
Bernd Ruecker114 visualizações
JavaLand 2023 - Process Oriented Integration por Bernd Ruecker
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented Integration
Bernd Ruecker11 visualizações
CraftConf: Surviving the hyperautomation low code bubbl por Bernd Ruecker
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubbl
Bernd Ruecker528 visualizações
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit por Bernd Ruecker
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitMastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Bernd Ruecker12 visualizações
Loosely or lousily coupled - Understanding communication patterns in microser... por Bernd Ruecker
Loosely or lousily coupled - Understanding communication patterns in microser...Loosely or lousily coupled - Understanding communication patterns in microser...
Loosely or lousily coupled - Understanding communication patterns in microser...
Bernd Ruecker142 visualizações
CamundaCon 2022 Keynote: The Process Orchestration Journey por Bernd Ruecker
CamundaCon 2022 Keynote: The Process Orchestration JourneyCamundaCon 2022 Keynote: The Process Orchestration Journey
CamundaCon 2022 Keynote: The Process Orchestration Journey
Bernd Ruecker158 visualizações
JAX 2022 - Loosely or lousily coupled por Bernd Ruecker
JAX 2022 - Loosely or lousily coupledJAX 2022 - Loosely or lousily coupled
JAX 2022 - Loosely or lousily coupled
Bernd Ruecker398 visualizações
JFS 2021 - The Process Automation Map por Bernd Ruecker
JFS 2021 - The Process Automation MapJFS 2021 - The Process Automation Map
JFS 2021 - The Process Automation Map
Bernd Ruecker603 visualizações
JCon 2021 - Loosely or lousily coupled por Bernd Ruecker
JCon 2021 - Loosely or lousily coupledJCon 2021 - Loosely or lousily coupled
JCon 2021 - Loosely or lousily coupled
Bernd Ruecker379 visualizações
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom... por Bernd Ruecker
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...
Bernd Ruecker396 visualizações
Kafka Summit 2021 - Apache Kafka meets workflow engines por Bernd Ruecker
Kafka Summit 2021 - Apache Kafka meets workflow enginesKafka Summit 2021 - Apache Kafka meets workflow engines
Kafka Summit 2021 - Apache Kafka meets workflow engines
Bernd Ruecker489 visualizações
Process Automation Forum April 2021 - Practical Process Automation por Bernd Ruecker
Process Automation Forum April 2021 - Practical Process AutomationProcess Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process Automation
Bernd Ruecker1.2K visualizações
Micronaut Webinar 2021 - Process Automation Introduction por Bernd Ruecker
Micronaut Webinar 2021 - Process Automation IntroductionMicronaut Webinar 2021 - Process Automation Introduction
Micronaut Webinar 2021 - Process Automation Introduction
Bernd Ruecker210 visualizações
Webinar "Communication Between Loosely Coupled Microservices" por Bernd Ruecker
Webinar "Communication Between Loosely Coupled Microservices"Webinar "Communication Between Loosely Coupled Microservices"
Webinar "Communication Between Loosely Coupled Microservices"
Bernd Ruecker1K visualizações
Automating Processes in Modern Architectures por Bernd Ruecker
Automating Processes in Modern ArchitecturesAutomating Processes in Modern Architectures
Automating Processes in Modern Architectures
Bernd Ruecker251 visualizações
OOP 2021 - Leverage the full potential of your hipster architecture por Bernd Ruecker
OOP 2021 - Leverage the full potential of your hipster architectureOOP 2021 - Leverage the full potential of your hipster architecture
OOP 2021 - Leverage the full potential of your hipster architecture
Bernd Ruecker345 visualizações
GOTOpia 2020 - Balancing Choreography and Orchestration por Bernd Ruecker
GOTOpia 2020 - Balancing Choreography and OrchestrationGOTOpia 2020 - Balancing Choreography and Orchestration
GOTOpia 2020 - Balancing Choreography and Orchestration
Bernd Ruecker592 visualizações
Reactive Summit 2020 - How state helps you to stay reactive por Bernd Ruecker
Reactive Summit 2020 - How state helps you to stay reactiveReactive Summit 2020 - How state helps you to stay reactive
Reactive Summit 2020 - How state helps you to stay reactive
Bernd Ruecker233 visualizações

Último

Info Session November 2023.pdf por
Info Session November 2023.pdfInfo Session November 2023.pdf
Info Session November 2023.pdfAleksandraKoprivica4
13 visualizações15 slides
The Research Portal of Catalonia: Growing more (information) & more (services) por
The Research Portal of Catalonia: Growing more (information) & more (services)The Research Portal of Catalonia: Growing more (information) & more (services)
The Research Portal of Catalonia: Growing more (information) & more (services)CSUC - Consorci de Serveis Universitaris de Catalunya
80 visualizações25 slides
NET Conf 2023 Recap por
NET Conf 2023 RecapNET Conf 2023 Recap
NET Conf 2023 RecapLee Richardson
10 visualizações71 slides
Data Integrity for Banking and Financial Services por
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial ServicesPrecisely
25 visualizações26 slides
Case Study Copenhagen Energy and Business Central.pdf por
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdfAitana
16 visualizações3 slides
STPI OctaNE CoE Brochure.pdf por
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdfmadhurjyapb
14 visualizações1 slide

Último(20)

Info Session November 2023.pdf por AleksandraKoprivica4
Info Session November 2023.pdfInfo Session November 2023.pdf
Info Session November 2023.pdf
AleksandraKoprivica413 visualizações
NET Conf 2023 Recap por Lee Richardson
NET Conf 2023 RecapNET Conf 2023 Recap
NET Conf 2023 Recap
Lee Richardson10 visualizações
Data Integrity for Banking and Financial Services por Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely25 visualizações
Case Study Copenhagen Energy and Business Central.pdf por Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 visualizações
STPI OctaNE CoE Brochure.pdf por madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb14 visualizações
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive por Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Network Automation Forum34 visualizações
MVP and prioritization.pdf por rahuldharwal141
MVP and prioritization.pdfMVP and prioritization.pdf
MVP and prioritization.pdf
rahuldharwal14131 visualizações
6g - REPORT.pdf por Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 visualizações
Voice Logger - Telephony Integration Solution at Aegis por Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 visualizações
Serverless computing with Google Cloud (2023-24) por wesley chun
Serverless computing with Google Cloud (2023-24)Serverless computing with Google Cloud (2023-24)
Serverless computing with Google Cloud (2023-24)
wesley chun11 visualizações
Unit 1_Lecture 2_Physical Design of IoT.pdf por StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 visualizações
PRODUCT PRESENTATION.pptx por angelicacueva6
PRODUCT PRESENTATION.pptxPRODUCT PRESENTATION.pptx
PRODUCT PRESENTATION.pptx
angelicacueva615 visualizações
virtual reality.pptx por G036GaikwadSnehal
virtual reality.pptxvirtual reality.pptx
virtual reality.pptx
G036GaikwadSnehal14 visualizações
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 por IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
IttrainingIttraining58 visualizações
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... por Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
Jasper Oosterveld19 visualizações
Future of AR - Facebook Presentation por ssuserb54b561
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
ssuserb54b56115 visualizações
SUPPLIER SOURCING.pptx por angelicacueva6
SUPPLIER SOURCING.pptxSUPPLIER SOURCING.pptx
SUPPLIER SOURCING.pptx
angelicacueva616 visualizações

CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration