D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

JobNotificationBean Data Type

Properties
name data type constraints description
status JobStatusModelType required
recipient string required
job_id string required
status_message string  
job_name string required
service_name string required

Example

{
  "status" : "DELETING",
  "recipient" : "...",
  "job_id" : "...",
  "status_message" : "...",
  "job_name" : "...",
  "service_name" : "..."
}