Extending the RTC workflow functionality
Is it possible to customize a workflow programmatically ? Specifically I am looking to create different work items and govern the transition of these from 'initialized' state to 'approved' state by having approval mechanisms .
Also if you can point me to some java client API documentation it would be of great help .
Also if you can point me to some java client API documentation it would be of great help .
One answer
Hi,
this is possible. The best way to start would be to look into the library and search for articles about extending. There are several. There is a few documentation in the Plain Java Client Library javadoc and in the Wiki. Thera are also numerous posts around this in this forum you can take as inspiration. Other than that you have to debug through.
this is possible. The best way to start would be to look into the library and search for articles about extending. There are several. There is a few documentation in the Plain Java Client Library javadoc and in the Wiki. Thera are also numerous posts around this in this forum you can take as inspiration. Other than that you have to debug through.