Skip to content
thalli000 edited this page Apr 23, 2020 · 1 revision

Web UI

There is a web based UI for Priority Operation Processing (POP) to perform basic operations.

Source location: ./web-ui

Setup

  • Adjust the ./web-ui/src/main/resources/js/server-info.js
    • Set endpointServerURL to the URL of your API Gateway
  • See the README for how to launch the web ui locally. It can also be deployed to any web host (s3+cloudfront etc.).

What's missing?

  • The web ui is configured to not work using a valid authorization token (lining up with the Sample Authorizer). Tweak the authorization.js as necessary.

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

Product Comparison

Netflix Conductor

Clone this wiki locally