Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
Description
Current Situation
Monitor Interface recognizes the configured JobChains/Jobs/TimerJobChain only if they start without the leading / character.
e.g.:
... <JobChain name="test/my_job_chain" /> JobChain will be recognized <JobChain name="/test/my_job_chain" /> JobChain will be not recognized ... <Job name="test/my_job" /> Job will be recognized <Job name="/test/my_job" /> Job will be not recognized ...
Desired Behavior
Both namings should be recognized.
Attachments
Issue Links
- mentioned in
-
Page Loading...