Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Your email setup is now complete.
  • You can run some EJM task to verify For example, drop a Control message to eagle_ml-2-0_default_cm_control_message stream to run a non-existent workflow.

Anchor
_http_distribution_setup
_http_distribution_setup
HTTP Distribution Setup

In order to enable HTTP Distribution next steps should be done:

  1. Add varHTTPDistribution parameter to w_config_custom.inc

    Code Block
    languagexml
    <COL TAG="varHTTPDistribution" EXPRESSION="'Y'"/>


  2. In eagle_wrf_generic_extract workflow on eagle_ml-2-0_default_cm_file_distribution step, add RemoteFileName parameter with value like this:

    Code Block
    languagexml
    createVariable('cmReplyTo', 'dynamic:ver;2.0!url;http://127.0.0.1:5000!');

    This string defines cmReplyTo parameter, which contains url to reply with or without options.Image Added