Digital Asset Warning

   2358   1   0
User Avatar
Member
65 posts
Joined: May 2009
Offline
Hi,

is there a way to set an asset's ‘warning state’ and message? I know how to do it in an asset implemented as a Python operator, but I need this functionality in an ‘ordinary’ asset implemented as a network.

thanks in advance
Mate
User Avatar
Member
65 posts
Joined: May 2009
Offline
Warnings and errors of the nodes listed in ‘Message Nodes’ parameter of the asset's type properties will be propagated upwards. By defining a Python operator you can raise warnings and errors of your own and propagate it upwards this way.

cheers
Mate
  • Quick Links