Versions Compared

Key

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

...

  • Unzip all files of test_event.zip into the ./config folder of your active instance of the eventservice JobScheduler installation. After unzipping you will have in the subfolder "live/test_events" with all the objects needed to run the example in the live/test_events subfolder.
  • Open the JS operations gui of for the workload JobScheduler in your browser using http://scheduler_host:scheduler_port
  • Find the job_chain {{test_event/job_chain_example_wait_for_event }} job_chain and click on it.
  • There is an order assigned to the job_chain. In the Order order menu press "Start order now"
  • You see the order running will run until the step 3 is reached. As the EVENT event EVENT does not exist, the order will wait for 10s ant and then check again.
  • Switch to the tab Jobs.
  • Find the job_chain {{test_event/job_event_add }} job_chain and click on it.
  • In the Job menu press "Start task immediately" . This will create the EVENT event.
  • Switch to the tab Job Chains.
  • See the order proceeding with execution of the next step

...