MultiselectNotificationResponse
MultiselectNotificationResponse
Task Id to fetch the status of the action
JSON Example
{
"id": "string",
"href": "string",
"type": "string",
"status": "string",
"action": "string",
"details": "string",
"user_name": "string",
"entities": [
{}
],
"start_time": "string",
"end_time": "string",
"notification_ids": [
"string"
],
"dag_id": "string"
}
string
id
Optional
Task Id to fetch the status of the action
string
href
Optional
url to get task details
string
type
Optional
on which object task is created
string
status
Optional
task status COMPLETE or IN_PROGRESS
string
action
Optional
describes the action
string
details
Optional
details of the action
string
user_name
Optional
loged in user who performed action
array of object
entities
Optional
entities
string
start_time
Optional
task created time
string
end_time
Optional
task completed time
array of string
notification_ids
Optional
notification_ids
string
dag_id
Optional
dag id