-
Notifications
You must be signed in to change notification settings - Fork 7
WebUI
thalli000 edited this page Apr 23, 2020
·
1 revision
There is a web based UI for Priority Operation Processing (POP) to perform basic operations.
Source location: ./web-ui
- Adjust the
./web-ui/src/main/resources/js/server-info.js
- Set
endpointServerURL
to the URL of your API Gateway
- Set
- See the README for how to launch the web ui locally. It can also be deployed to any web host (s3+cloudfront etc.).
- 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.
- Submission
- Scheduling
-
Execution
the ResourcePool
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
Agenda Service
the workflow submission
Progress Service
rolled up agenda progress summary
ResourcePool Service
getting work and updating progress
AgendaReclaimer
restarting stuck Agendas
AgendaRetry
retrying failed Agendas
DataObjectReaper
reaping expired data objects
PodReaper
reaping stuck Kubernetes pods
DevKubernetesSetup
RunLocalExecution
- RunWithMiniKube