|
Post by AMI_shirleyh on Mar 17, 2020 14:25:23 GMT
How to subscribe for a task change state in Event Subscriptions ?
LifeCycleEventOnTaskStateChange This property shall indicate whether a task state change sends an event. The Eventing section of the Redfish Specification defines life-cycle events.
Does it need to send an event to the Event destination or just log a Redfish event?
Please clarify.
|
|
|
Post by mraineri on May 3, 2020 0:00:53 GMT
In this case having the property set to "true" would mean an event would be sent to event subscribers.
One thing to note though is since the definition of this property, we've created a Task Message Registry. I would recommend using events defined in that registry for sending task related events. Unfortunately the property name uses older semantics for eventing we've since deprecated, so that might be a bit confusing.
However, regardless of the state of the property, you can always log task state change if that's something your implementation requires.
|
|