UNPKG

fh-wfm-result

Version:

A result module for WFM, for working with the results of pushing a workorder through a workflow

15 lines (13 loc) 309 B
'use strict'; module.exports = { apiHost: 'http://localhost:8080', apiPath: '/api/wfm/result', datasetId : 'result', syncOptions : { "sync_frequency" : 5, "storage_strategy": "dom", "do_console_log": false }, cloudTopicPrefix: 'wfm:cloud', cloudDataTopicPrefix: 'wfm:cloud:data' };