Hi,
Sorry if this has been covered before. I did try a search but couldn't see a relevant post.
I have a start event job . ( on logon) - which starts up two VITAL processes on a server. The second process cannot run until the first webservice has initialised.
There are three tasks. The second one just does a simple HTTP get, this could be replaced by a simple 'wait' but its really handy to have the result of theping logged, as it contains the version number.
- Start a webservice (.exe) - this process will never exit
- Start a .net http task - which checks the webservice is working by a ping http get
- Start a program (.exe) which runs in a loop until a user kills it - process will never exit
All of these task run fine in isolation. My issue is that the first task never completes. So I went to the task flow and changed 'on-success' to 'on-start'. Thinking this would give me my required results.
When I run the job, VisualCron is adding back in to my task flow 'on-success' , so the task never gets to the next task.
So my question..
Can I create a job with tasks , which 'executes' .exes that never exit.to proceed to the next task in the job.
I can separate out the tasks into separate job, and combine them in a folder, but it doesn't really achieve what we are after.
Mike
Edited by moderator
2019-05-27T12:39:14Z
|
Reason: Not specified