Dear all,

I was wondering if anyone had any examples of plugins created in other programming languages? As far as I can tell you are supposed to be able to use just about anything as a plugin in Joget. Is that correct? Specifically I would like to be able to use scripts in Python (and perhaps even Bash for minor things). Anyone tried that and care to share?

I should also say that using Java to make a plugin isn't an option in this question.

Best regards,
Fredrik

PS. I hope I am posting this correctly, I find the forum a bit confusing.

  • No labels

1 Comment

  1. Hi Fredrik,

    Joget workflow plugin can only be developed using Java. If you are not familiar with Java, you can consider to write a JSON API in any other language that you are comfortable with, and call this call within a workflow, using JSON Plugin.