The Start Job Flow is responsible for starting jobs on both Radiant and TMC type probes. This workflow is triggered by an api call to Schedule API Service. This workflow utilizes the new Subflow type workflows for logging and Radiant workflow integration.
NODES:
Name | Type |
---|---|
Schedule | API |
Create Job | Microservice |
Start Probe | Microservice |
TMC | API |
Logger | Subflow |
Radiant | Subflow |
CONNECTIONS:
Name | Type | Data |
---|---|---|
Schedule to Create Job | RabbitMQ | createjobQ |
Schedule to Start Probe | RabbitMQ | startprobeQ |
Create Job to Logger | Subflow | logger |
Create Job to TMC | API | https://tmc-callback.test.reach.spectrumtoolbox.com/api |
Start Probe to Radiant | Subflow | startRadiant |