Progress bar in the Jobs node

Question

In the Jobs node, the progress goes directly from 0 to 100. How can I see the progression in real-time?

Answer

  1. The progress of the current job depends on its complexity, page layout, Processing Station configuration, and other parameters.
  2. Job Log node of Remote Administration Console refreshes periodically (every 5 seconds). If you always see 0% to 100% then all jobs are completed in this short period of time.
  3. There is a useful parameter "State". If you are using API, it's better to check the state of Job via:
    GET /api/jobs/{jobId}
    Detailed information: Jobs controller

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.