0
votes

I created a simple process by Applicaiton Lab interface in Bluemix Workload Scheduler. I ran my process, but the step didn't proceed and remained in queued status.

How can I proceed the step?

I executed the process by "Run now". The process doesn't have triggers enter image description here

The step remains "Queued status". enter image description here

The Process information

  • There is only one step. The step is "ping www.ibm.com" enter image description here enter image description here

  • Process doesn't have trigger. It is an on-demand process. enter image description here

2
Could you give some details more about the scheduling? - v.bontempi
Hi. Thank you for you response. I didn't create triggers. I would like to execute the process when I click "Run now" in Application Lab interface. Doesn't "Run now" and no triggers mean executing the step right now ? - shimac-jp

2 Answers

1
votes

There might be a problem with the agent as I can successfully run a simple workload process without any issues. If you are using the Workload Automation Agent that is created for you then you will need to open a support ticket to have the Workload team look at that agent.

0
votes

reviewing your question I think that a process submitted to the Workload Scheduler service should be a process which will complete: a ping command like the one you are trying to submit, will never complete if not 'killed' using CTRL+C (or called with [-c count] option)