Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active May 12, 2020 02:42
Show Gist options
  • Save jwulf/e9cda86099851260d95a9d520ba00a62 to your computer and use it in GitHub Desktop.
Save jwulf/e9cda86099851260d95a9d520ba00a62 to your computer and use it in GitHub Desktop.
Camunda Cloud Getting Started Video: Node.js
  • Prerequisites: Node, npm, TypeScript, Zeebe Modeler
  • Scaffold new project
  • Create new Camunda Cloud account
  • Create new Camunda Cloud cluster
  • Point them to the Slack channel for support
  • Create new worker credentials
  • Put worker credentials in .env file
  • Create BPMN model: Start event, single service task, end event
  • Save model
  • Write code to deploy model, log response to console
  • Run code to demonstrate
  • Write code to start workflow instance, log response to console
  • Run code to demonstrate
  • Show process in Operate
  • Write code for worker, log job object to console
  • Run code to demonstrate
  • Show process in Operate
  • Add http call in worker to demo time API
  • Run code to demonstrate
  • Refactor code to createWorkflowInstanceWithResult
  • Run code to demonstrate
  • Add Exclusive Gateway
  • Run code to demonstrate
  • Add http endpoint to trigger workflow
  • Demonstrate running the workflow by refreshing the webpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment