import { SignalWorkflowExecutionV1WorkflowsExecutionsExecutionIdSignalsPostRequest } from "@mistralai/mistralai/models/operations";
let value:
SignalWorkflowExecutionV1WorkflowsExecutionsExecutionIdSignalsPostRequest = {
executionId: "<id>",
signalInvocationBody: {
name: "<value>",
},
};| Field | Type | Required | Description |
|---|---|---|---|
executionId |
string | ✔️ | N/A |
signalInvocationBody |
components.SignalInvocationBody | ✔️ | N/A |