I want to schedule the running of a workflow. This has to be an external task calling a perl script. Can I use 'Sleep' for this? Is there any other better option?Thanks.
Hi,Could you please elaborate as when and in what conditions .. you want to schedule the running of the workflow.Is it during the initiation of the job OR within the running workflow a task has to be scheduled?
The workflow has only one external task.
Its something similar to scheduling deployments in Open Deploy.Here I want to schedule the workflow to run on a twice-in-a-day basis.That is once in every 12 hrs.The workflow has only one external task.