0

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

4

2 に答える 2

1

単純なワークロード プロセスを問題なく正常に実行できるため、エージェントに問題がある可能性があります。作成されたワークロード自動化エージェントを使用している場合は、ワークロード チームにそのエージェントを見てもらうために、サポート チケットを開く必要があります。

于 2015-08-24T14:56:31.623 に答える
0

あなたの質問を確認すると、Workload Scheduler サービスに送信されたプロセスは、完了するプロセスであるべきだと思います。送信しようとしているような ping コマンドは、CTRL+C を使用して「強制終了」されない限り (またはで呼び出された場合)、決して完了しません。 [-c カウント] オプション)

于 2015-08-25T14:59:51.060 に答える