Example Usage

import { InsightWorkflowInput } from "syllable-sdk/models/components";

let value: InsightWorkflowInput = {
  name: "<value>",
  description:
    "instead gah vision um sneaky never hmph though unfortunately hmph",
  insightToolIds: [
    117315,
  ],
  conditions: {},
  status: "<value>",
};

Fields

FieldTypeRequiredDescription
namestringTRUEHuman readable name of Insight Workflow
descriptionstringTRUEText description of Insight Workflow
insightToolIdsnumber[]TRUEList of Insight Tool IDs
conditionscomponents.InsightWorkflowInputConditionsTRUEConditions for Insight Workflow
statusstringTRUEStatus of the Insight Workflow