import { WorkflowWithWorkerStatus } from "@mistralai/mistralai/models/components";
let value: WorkflowWithWorkerStatus = {
id: "2e8fe91c-5b5a-4230-b5ee-c202518946ab",
name: "<value>",
displayName: "Geovanni32",
type: "code",
customerId: "f33afe3d-a06a-4724-bf7d-d858ee21a16b",
workspaceId: "304730e5-6b01-4433-89ff-662819fe6db2",
active: true,
};
| Field |
Type |
Required |
Description |
id |
string |
✔️ |
Unique identifier of the workflow |
name |
string |
✔️ |
Name of the workflow |
displayName |
string |
✔️ |
Display name of the workflow |
type |
components.WorkflowType |
✔️ |
N/A |
description |
string |
➖ |
Description of the workflow |
customerId |
string |
✔️ |
Customer ID of the workflow |
workspaceId |
string |
✔️ |
Workspace ID of the workflow |
sharedNamespace |
string |
➖ |
Reserved namespace for shared workflows (e.g., 'shared:my-shared-workflow') |
availableInChatAssistant |
boolean |
➖ |
Whether the workflow is available in chat assistant |
isTechnical |
boolean |
➖ |
Whether the workflow is technical (e.g. SDK-managed) |
archived |
boolean |
➖ |
Whether the workflow is archived |
tags |
string[] |
➖ |
Tags for filtering and discovery |
active |
boolean |
✔️ |
Whether the workflow is active |