Hello all, before starting diving into the code I have a little question:
It's possible to write a service connected to processor which can be used to start workflows ? Scenario is this: Currently we can start workflows using a schedule strategy, I like to move this logic into a service which broadcast to registered processors the names of the workflows which are supposed to start in the current time frame. So the basic idea is to have these custom processor which keep polling the service asking the permission to start. Is there a better option which does not requires polling? If I read it carefully the REST API can do the work, but it cuts all the advantages of the graphical environment. So this is not an option. AP
