Skip to content

First release

Latest
Compare
Choose a tag to compare
@jaboehri jaboehri released this 25 Sep 17:23
· 1 commit to main since this release

General Remarks:

  • This is the first release of the DSF Process Tutorial
  • Its aim is to teach fundamentals of Process Plugin development for the DSF

Tutorial Content:

  • 1 exercise to get set up for the turorial and 7 (+1) exercises covering the basic components of process plugins and examples on how they can be used
  • Exercise 0: Prerequisites
  • Exercise 1: Simple process
  • Exercise 1.1: Process debugging
  • Exercise 2: Environment variables and input parameters
  • Exercise 3: DSF user role configuration
  • Exercise 4: Messaging
  • Exercise 5: Exclusive gateways
  • Exercise 6: Event-based gateways and intermediate events
  • Exercise 7: User tasks and output parameters

Compatibility and Relevance:

  • Confirmed to work with DSF version 1.4.0 and newer
  • Process plugin development concepts can be applied to older versions up until and including DSF version 1.0.0 , at which point there are API changes and instruction details might break

Closed issues:

  • Added Exercise 7 #4

This release contains contributions from @jaboehri , @hhund , @wetret, @bastianschaffer , @schwzr , @ujanssen and @MadMax93