Creating new BlueCat Gateway workflows - Platform - BlueCat Gateway - 22.11.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.11.1

Customizing BlueCat Gateway usually means creating new GUI or REST API endpoints. In both cases you can achieve this through the Administration > Create Workflow workflow option.

In general, you'll go through the following steps when building a new workflow.

 

Creating a workflow with a graphical user interface (GUI):

  • Create a skeleton for the workflow using Create Workflow, selecting Workflow with UI as the workflow type.

  • Edit the HTML template for the workflow.

  • Edit the CSS template if needed.

  • Edit the JavaScript source file if needed.

  • Write the Python code that implements the workflow handler.

Tip: GUI endpoints are also available through the API.

 

Creating a workflow with just a REST API:

  • Create a new skeleton using Create Workflow, selecting Workflow using only REST API as the workflow type.

  • Write the Python code that implements the workflow handler.