I have followed the sample code from the StockValueAlertExample. So I setup the process in code (and not through the Application-Lab UI)
There is a connection between my webapp (liberty profile) and the workload scheduler service.
For some reason there a two agents :
BN_CLOUD (where BN is the tenant) BN_CLOUD_1
BN_CLOUD has a red sign BN_CLOUD_1 has a green sign
After changing the agent to (BN_CLOUD_1) in the process step (by using the Application-Lab ui) and running the process, I got the following error:
= Status Message: AWKJJE004E Runtime Error "com.eoffice.scheduling.DummyTask".
Is there a interface that must be implemented ? I assumed running java meant implementing a static void main
Could I have provided a wrong jarpath when I setup the JavaStep ?