📌 Purpose
It provides the status of whether the scheduler is running, paused, or stopped, and stores the result under restResponse in the context Info.
🧩 Implementation
🔧 Plugin Description
A custom plugin was created using Adeptia’s API to check the status of the scheduler. It utilizes the Scheduler Status class to determine the scheduler state and updates the context Info object with a message.
📤 Output
The result of the scheduler check is stored in the context Info under the key restResponse. Depending on the scheduler’s status, the possible values are:
"Scheduler is running."
"Scheduler is paused."
"Scheduler is stopped."
Comments
0 comments
Please sign in to leave a comment.