Interfacing Joget Workflow Engine with .NET and PHP
The Joget Workflow Engine have JSON API interface which could be used to query and control workflow processes. This will be useful if we need to implement a custom front-end UI for joget workflow. Especially if the development team have minimum or even zero Java development experience. I have created two API test applications, one is using PHP and the other is written in C# using .NET framework. The PHP version is written using the wonderful Yii Framework. The C# version is a windows forms application, but the WorkflowService class theoretically could be used in ASP.NET application. Feel free to download and try ... jogettestnet (C# .NET Windows Forms App) jogettestphp (Yii-based PHP App) To start using this test application, you must first configure joget to allow login using master login username and master password (click System Settings:General Setting, find the section System Administration Settings). Fill the master login & password (in my example, superuser and ...