Skip to main content
Question

Update job status message

  • April 16, 2019
  • 1 reply
  • 48 views

arjanboogaart
Participant
Forum|alt.badge.img

I'm running some jobs on the server than can take quite long. I use the REST api to get the status of the job, e.g. aborted, queued, in process, success...

I also noticed a statusMessage field (e.g. "Translation was successful"). Can this be updated while running the script to provide more information for users?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • April 16, 2019

As far as I know that isn't possible using the regular REST API. You'll have to invent some sort of work-around for that, e.g. by letting your workspace write the status in a file in the resources folder and use the API to retrieve it. I'm sure there are other ways.