Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowSuggestion

Individual workflow suggestion from semantic search API.

example
const suggestion: WorkflowSuggestion = {
workflowName: 'Customer verification',
description: 'Verify customer identity',
priority: 1
};

Hierarchy

  • WorkflowSuggestion

Index

Properties

description: string

Description of what the workflow does.

priority: number

Priority ranking of the suggestion (lower is higher priority).

workflowName: string

Name of the suggested workflow.

Generated using TypeDoc