Components
InsightWorkflowOutput
Example Usage
Fields
Field | Type | Required | Description |
---|---|---|---|
name | string | TRUE | Human readable name of Insight Workflow |
description | string | TRUE | Text description of Insight Workflow |
insightToolIds | number[] | TRUE | List of Insight Tool IDs |
conditions | components.Conditions | TRUE | Conditions for Insight Workflow |
status | string | TRUE | Status of the Insight Workflow |
id | number | TRUE | Unique ID for Insight Workflow |
insightTools | components.InsightToolOutput[] | TRUE | List of Insight Tools |
createdAt | Date | FALSE | Timestamp of Insight Workflow creation |
updatedAt | Date | FALSE | Timestamp of Insight Workflow update |
lastUpdatedBy | string | TRUE | User who last updated Insight Workflow |