Stackflows
HomePricingContactBPMN Academy
  • Introduction to StackFlows
  • Getting started
    • 🚀 How to start?
    • ❓FAQ
    • 🤗 Our community
    • 📖 Definitions
    • 📚 Knowledge base
  • Products
    • Studio
      • Collaboration with others
        • Comments
        • Model share
      • Model categories
      • Model design
        • Node types
          • Start node
          • Task
          • User task
            • User task forms (Custom fields)
          • Business rule (DMN) task
          • Service (external) task
          • Call another process
          • End node
          • Gateway
        • Start (Test) process
        • Data mapping
        • Data forms
        • Flow conditions
        • Time formats
        • Token simulation
        • Process real-time simulation
        • General model settings
        • Advanced model settings
      • Model deployment
        • Deployment errors
      • Process execution (Start)
        • Manual process start
        • Process start by email
        • Process start with webhook
        • Process start via API
      • Process execution errors
      • Insights and analytics
        • Model real-time activity
        • Heatmap insights
      • Embedded BPMN Studio
      • Basic features
        • Model versions
        • Version compare
        • Process tags
        • Model import/export
        • Model draft version
        • Model notes
    • App (User area)
      • Dashboard and metrics
      • User tasks
      • Workflows
      • User management
      • Organization structure (Tree)
      • Organization settings
    • Core features
      • Variables
      • Organization (Business) units
      • Tags
      • Profiles
      • Environments
    • Apps & Connectors
      • Make.com integration
      • Custom app integration
      • Camunda 7 connection
      • App & Integration profiles
  • BPMN & DMN modelling
    • Introduction of BPMN
  • API
    • API Introduction
    • API reference
  • Subscriptions & Billing
    • Introduction
  • Troubleshooting
    • How to report a problem?
  • Policies
    • Terms of services
    • Privacy
    • Data processing
Powered by GitBook
On this page
  • What is Camunda?
  • Setup
  • Requirements
  1. Products
  2. Apps & Connectors

Camunda 7 connection

PreviousCustom app integrationNextApp & Integration profiles

Last updated 1 year ago

What is Camunda?

A process orchestration stack with execution engines for BPMN workflows and DMN decisions.

Stackflows supports Camunda Community Edition integration. Camunda can be operated in any infrastructure and reached via REST API.

Setup

Once you’ve downloaded this, and started Camunda Platform 7, you will be able to find the web apps at https://{YOUR_SERVER_IP}:8080/ and log in with demo/demo. From here, you can log into Cockpit and you’ll find we’ve supplied you with a demo process called Invoice Receipt. This is the process we’re going to be stepping through.

The download that you’ve got up and running also happens to have a great way to make REST calls! As part of Camunda Run distribution, you can access SwaggerUI. This (if you haven’t heard about it) is a way of making REST calls to a service if provided a description of their REST API. To access it go to:

https://{YOUR_SERVER_IP}:8080/swaggerui

REST API URL which needs to be provided to Stackflows for connection is:

https://{YOUR_SERVER_IP}:8080/engine-rest

Requirements

You can find requirements for a server-side at

Regarding requirements from Stackflows side, we expect our customers to provide external access to REST API URL (or whitelist our IP address, please to get it)

Download Camunda Community Edition 7
Camunda official website
contact us