Example Usage

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

let value: InsightWorkflowOutput = {
  name: "<value>",
  description:
    "boo almighty yowza deeply fatally forceful describe yesterday retool huzzah",
  insightToolIds: [
    449292,
  ],
  conditions: {},
  status: "<value>",
  id: 304468,
  insightTools: [
    {
      name: "<value>",
      description:
        "sizzling huzzah like nor sizzling cheerfully hungrily accessorise fly",
      version: 622231,
      toolArguments: {},
      insightToolDefinitionId: 279068,
      id: 209750,
      lastUpdatedBy: "<value>",
    },
  ],
  lastUpdatedBy: "<value>",
};

Fields

FieldTypeRequiredDescription
namestringTRUEHuman readable name of Insight Workflow
descriptionstringTRUEText description of Insight Workflow
insightToolIdsnumber[]TRUEList of Insight Tool IDs
conditionscomponents.ConditionsTRUEConditions for Insight Workflow
statusstringTRUEStatus of the Insight Workflow
idnumberTRUEUnique ID for Insight Workflow
insightToolscomponents.InsightToolOutput[]TRUEList of Insight Tools
createdAtDateFALSETimestamp of Insight Workflow creation
updatedAtDateFALSETimestamp of Insight Workflow update
lastUpdatedBystringTRUEUser who last updated Insight Workflow