How to debug a jobflow?

is there a way to debug a jobflow for a server project in which there are a lot of parametrized components?

Hi Mohamed,
I am a little bit on the fence as to what you meant by “debugging jobflow” in the context of the parametrized components. Typically, we think of debugging in the following fashions:

  • Logging level (there are a couple of log levels one of which is called DEBUG which affects the level of detail in the run log, see our documentation),

  • Debugging edges (in order to view data flowing through the jobflow/graph, more information can be found in the documentation)

  • Debug mode (this is related to the debugging edges, more information can be found in the Job Config Properties article in our documentation),

  • Other debugging (for example, SSL debugging).

Could elaborate a little bit more on what sort of debugging you had in mind? Kindly answer the following answers:

  • Which of the afore-mentioned option did you have in mind?

  • Do you intend to debug the jobflow when running it from the CloverDX Designer or from the CloverDX Server?

  • How do the parametrized components come into play? Do you want to see resolved values of the parameters?

  • What is the version of CloverDX Designer and Server do you use?

Best regards,