UNPKG

simple-swf

Version:

Actually simple API layer for AWS SWF

13 lines 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var StopReasons; (function (StopReasons) { StopReasons[StopReasons["ProcessExit"] = 0] = "ProcessExit"; StopReasons[StopReasons["WorkflowCancel"] = 1] = "WorkflowCancel"; StopReasons[StopReasons["HeartbeatCancel"] = 2] = "HeartbeatCancel"; StopReasons[StopReasons["UnknownResource"] = 3] = "UnknownResource"; })(StopReasons = exports.StopReasons || (exports.StopReasons = {})); exports.UnknownResourceFault = 'UnknownResourceFault'; exports.TypeExistsFault = 'TypeAlreadyExistsFault'; exports.DomainExistsFaults = 'DomainAlreadyExistsFault'; //# sourceMappingURL=interfaces.js.map