first commit
This commit is contained in:
24
node_modules/n8n-workflow/dist/cjs/execution-status.js
generated
vendored
Normal file
24
node_modules/n8n-workflow/dist/cjs/execution-status.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
(function (factory) {
|
||||
if (typeof module === "object" && typeof module.exports === "object") {
|
||||
var v = factory(require, exports);
|
||||
if (v !== undefined) module.exports = v;
|
||||
}
|
||||
else if (typeof define === "function" && define.amd) {
|
||||
define(["require", "exports"], factory);
|
||||
}
|
||||
})(function (require, exports) {
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ExecutionStatusList = void 0;
|
||||
exports.ExecutionStatusList = [
|
||||
'canceled',
|
||||
'crashed',
|
||||
'error',
|
||||
'new',
|
||||
'running',
|
||||
'success',
|
||||
'unknown',
|
||||
'waiting',
|
||||
];
|
||||
});
|
||||
//# sourceMappingURL=execution-status.js.map
|
||||
Reference in New Issue
Block a user