Page tree

Overview

The workflowservice is responsible for operations related to managing workflow.

Internal API - WorkflowServiceJpa (extends TranslationServiceJpa)

Lower level calls of the internal API include: 

  • Add/get/remove/update/find tracking record(s)
  • Add feedback
  • Get workflow handlers and paths
  • Perform workflow actions

REST API - WorkflowServiceRest

The public facing methods of the workflow service include:

  • Find assigned/available concepts
  • Find assigned/available refsets
  • Find non release process translations
  • Add feedback
  • Perform workflow action and batch actions
  • Get workflow config
  • Get workflow paths
  • Get tracking record for refset
  • n/a
  • No labels