UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

31 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WAIT = void 0; /* Custom modules */ const createNodeDescriptor_1 = require("../../createNodeDescriptor"); exports.WAIT = (0, createNodeDescriptor_1.createNodeDescriptor)({ type: "wait", defaultLabel: "Wait for Input", summary: "UI__NODE_EDITOR__WAIT__SUMMARY", behavior: { stopping: false, }, appearance: { showIcon: false, color: "#ec7372", textColor: "#ffffff", contrastTextColor: "black", variant: "mini" }, constraints: { editable: false, placement: {} }, tags: ["basic", "logic"], function: async ({ cognigy, nodeId }) => { const { api } = cognigy; api.stopExecution(); return; } }); //# sourceMappingURL=wait.js.map