Skip to content

BuildCode

Tim Stair edited this page Apr 23, 2020 · 1 revision

Building the Code

MacOS

These instructions assume you are starting with nothing setup on your Mac.

  1. Install brew (https://brew.sh/)
  2. Install open jdk8
    brew tap AdoptOpenJDK/openjdk
    brew cask install adoptopenjdk8
    
  3. Install Maven 3.3.9 (unzip)
    1. Setup your PATH to include (wherever you unzipped it)/apache-maven-3.3.9/bin
  4. Docker Desktop for Mac
  5. Optional: IDEA Community Edition
  6. Build the code
    mvn -U clean install
    

Priority Operation Processing

  1. Submission
  2. Scheduling
  3. Execution
    the ResourcePool

Data Object API

Agenda
the workflow
Agenda Template
the workflow definition
Customer
Insight
the scheduling queue definition
Operation Progress
the state of the running Agenda operations
Progress
the state of the running Agendas
ResourcePool
the processing resources

Service Agenda

Agenda Service
the workflow submission
Progress Service
rolled up agenda progress summary
ResourcePool Service
getting work and updating progress

Timed Processes

AgendaReclaimer
restarting stuck Agendas
AgendaRetry
retrying failed Agendas
DataObjectReaper
reaping expired data objects
PodReaper
reaping stuck Kubernetes pods

Installation

Install

Development

DevKubernetesSetup
RunLocalExecution
- RunWithMiniKube

Demo / Examples

SampleAuthorizer
SampleHandler

Clone this wiki locally