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 of 63

Recommended

MuCon London 2017: Break your event chains by
MuCon London 2017: Break your event chainsMuCon London 2017: Break your event chains
MuCon London 2017: Break your event chainsBernd Ruecker
2K views53 slides
KanDDDinsky: Let your domain events flow by
KanDDDinsky: Let your domain events flowKanDDDinsky: Let your domain events flow
KanDDDinsky: Let your domain events flowBernd Ruecker
1.2K views44 slides
jBPM5: Bringing more Power to your Business Processes by
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 views39 slides
O'Reilly SA: Complex event flows in distributed systems by
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 views42 slides
DDD Belgium Meetup 2017: Events, flows and long running services by
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 views51 slides
Carasik BPM ECM by
Carasik BPM ECMCarasik BPM ECM
Carasik BPM ECMBob Carasik
361 views33 slides

More Related Content

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

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing by
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 views54 slides
jBPM5 (Argentina workshop) by
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
2.2K views42 slides
[Webinar] Camunda Optimize Release 3.0 by
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0camunda services GmbH
647 views34 slides
Peter Ward: The True Power of SharePoint Designer Workflows by
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 views35 slides
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 by
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 views33 slides
Bpmn2010 by
Bpmn2010Bpmn2010
Bpmn2010camunda services GmbH
550 views43 slides

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

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing by 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
jBPM5 (Argentina workshop) by Kris Verlaenen
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)
Kris Verlaenen2.2K views
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 by 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 views
Code Review by Ravi Raj
Code ReviewCode Review
Code Review
Ravi Raj2.9K views
The Art of Gherkin Scripting - Matt Eakin by 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 views
MeasureWorks - Why your customers don't like to wait! by 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 views
An Introduction to Microservices by Ad van der Veer
An Introduction to MicroservicesAn Introduction to Microservices
An Introduction to Microservices
Ad van der Veer604 views
How to write your database: the story about Event Store by 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 views
T3 Consortium's Performance Center of Excellence by veehikle
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
veehikle825 views
Learn to see, measure and automate with value stream management by 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 views
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM by 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 views
Software Measurement: Lecture 3. Metrics in Organization by Programeter
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in Organization
Programeter895 views
Test Automation Best Practices (with SOA test approach) by 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 views

More from Bernd Ruecker

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by
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
37 views69 slides
JCon Live 2023 - Lice coding some integration problems by
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problemsBernd Ruecker
70 views85 slides
JFall - Process Oriented Integration by
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented IntegrationBernd Ruecker
111 views60 slides
JavaLand 2023 - Process Oriented Integration by
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented IntegrationBernd Ruecker
11 views47 slides
CraftConf: Surviving the hyperautomation low code bubbl by
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubblBernd Ruecker
528 views69 slides
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit by
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 views21 slides

More from Bernd Ruecker(20)

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by 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 Ruecker37 views
JCon Live 2023 - Lice coding some integration problems by 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 Ruecker70 views
JFall - Process Oriented Integration by Bernd Ruecker
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented Integration
Bernd Ruecker111 views
JavaLand 2023 - Process Oriented Integration by Bernd Ruecker
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented Integration
Bernd Ruecker11 views
CraftConf: Surviving the hyperautomation low code bubbl by Bernd Ruecker
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubbl
Bernd Ruecker528 views
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit by 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 views
Loosely or lousily coupled - Understanding communication patterns in microser... by 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 views
CamundaCon 2022 Keynote: The Process Orchestration Journey by Bernd Ruecker
CamundaCon 2022 Keynote: The Process Orchestration JourneyCamundaCon 2022 Keynote: The Process Orchestration Journey
CamundaCon 2022 Keynote: The Process Orchestration Journey
Bernd Ruecker158 views
JAX 2022 - Loosely or lousily coupled by Bernd Ruecker
JAX 2022 - Loosely or lousily coupledJAX 2022 - Loosely or lousily coupled
JAX 2022 - Loosely or lousily coupled
Bernd Ruecker398 views
JFS 2021 - The Process Automation Map by Bernd Ruecker
JFS 2021 - The Process Automation MapJFS 2021 - The Process Automation Map
JFS 2021 - The Process Automation Map
Bernd Ruecker603 views
JCon 2021 - Loosely or lousily coupled by Bernd Ruecker
JCon 2021 - Loosely or lousily coupledJCon 2021 - Loosely or lousily coupled
JCon 2021 - Loosely or lousily coupled
Bernd Ruecker379 views
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom... by 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 views
Kafka Summit 2021 - Apache Kafka meets workflow engines by 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 views
Process Automation Forum April 2021 - Practical Process Automation by 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 views
Micronaut Webinar 2021 - Process Automation Introduction by Bernd Ruecker
Micronaut Webinar 2021 - Process Automation IntroductionMicronaut Webinar 2021 - Process Automation Introduction
Micronaut Webinar 2021 - Process Automation Introduction
Bernd Ruecker210 views
Webinar "Communication Between Loosely Coupled Microservices" by Bernd Ruecker
Webinar "Communication Between Loosely Coupled Microservices"Webinar "Communication Between Loosely Coupled Microservices"
Webinar "Communication Between Loosely Coupled Microservices"
Bernd Ruecker1K views
Automating Processes in Modern Architectures by Bernd Ruecker
Automating Processes in Modern ArchitecturesAutomating Processes in Modern Architectures
Automating Processes in Modern Architectures
Bernd Ruecker251 views
OOP 2021 - Leverage the full potential of your hipster architecture by 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 views
GOTOpia 2020 - Balancing Choreography and Orchestration by Bernd Ruecker
GOTOpia 2020 - Balancing Choreography and OrchestrationGOTOpia 2020 - Balancing Choreography and Orchestration
GOTOpia 2020 - Balancing Choreography and Orchestration
Bernd Ruecker592 views
Reactive Summit 2020 - How state helps you to stay reactive by 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 views

Recently uploaded

Piloting & Scaling Successfully With Microsoft Viva by
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft VivaRichard Harbridge
12 views160 slides
HTTP headers that make your website go faster - devs.gent November 2023 by
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023Thijs Feryn
22 views151 slides
Zero to Automated in Under a Year by
Zero to Automated in Under a YearZero to Automated in Under a Year
Zero to Automated in Under a YearNetwork Automation Forum
15 views23 slides
SAP Automation Using Bar Code and FIORI.pdf by
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdfVirendra Rai, PMP
23 views38 slides
Unit 1_Lecture 2_Physical Design of IoT.pdf by
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.pdfStephenTec
12 views36 slides
Voice Logger - Telephony Integration Solution at Aegis by
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at AegisNirmal Sharma
39 views1 slide

Recently uploaded(20)

Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn22 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf by 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 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex22 views
Serverless computing with Google Cloud (2023-24) by 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 views
Case Study Copenhagen Energy and Business Central.pdf by 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 views

CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration