You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN a REST service for long-running jobs
WHEN I submit a new job
THEN the response should include an estimation of completion if an estimation is available
GIVEN a REST service for long-running jobs
WHEN I submit a new job
THEN the response should indicate unknown when an estimation is not available
GIVEN a long-running REST job
WHEN I poll for progress
THEN the response should indicate progress when progress is available
GIVEN a long-running REST job
WHEN I poll for progress
THEN the response should indicate unknown when progress is not available
The text was updated successfully, but these errors were encountered:
AS A caller of long-running REST jobs
I WANT an estimation of completion when available
SO THAT I can let the user know
AS A caller of long-running REST jobs
I WANT completion progress when available
SO THAT I can let the user know
Context
See http://farazdagi.com/blog/2014/rest-long-running-jobs/
Acceptance criteria
GIVEN a REST service for long-running jobs
WHEN I submit a new job
THEN the response should include an estimation of completion if an estimation is available
GIVEN a REST service for long-running jobs
WHEN I submit a new job
THEN the response should indicate unknown when an estimation is not available
GIVEN a long-running REST job
WHEN I poll for progress
THEN the response should indicate progress when progress is available
GIVEN a long-running REST job
WHEN I poll for progress
THEN the response should indicate unknown when progress is not available
The text was updated successfully, but these errors were encountered: