fh-wfm-result
Version:
A result module for WFM, for working with the results of pushing a workorder through a workflow
19 lines • 403 B
JavaScript
module.exports = {
TOPIC_PREFIX: "wfm",
RESULT_ENTITY_NAME: "results",
SYNC_TOPIC_PREFIX: "wfm:sync",
TOPIC_SEPARATOR: ":",
ERROR_PREFIX: "error",
DONE_PREFIX: "done",
TOPICS: {
CREATE: "create",
UPDATE: "update",
LIST: "list",
REMOVE: "remove",
READ: "read",
START: "start",
STOP: "stop",
FORCE_SYNC: "force_sync",
SYNC_COMPLETE: "sync_complete"
}
};