purplesmurf45 commented on issue #1113:
URL: https://github.com/apache/streampipes/issues/1113#issuecomment-1473233070
@bossenti @dominikriemer
I am trying to access the running flag of adapters but I am facing this
error -
```
Property 'running' does not exist on type 'AdapterDescriptionUnion'.
Property 'running' does not exist on type
'GenericAdapterSetDescription'.ts(2339)
```
On further inspection, I noticed that this value is being accessed by a
different function and that function is working fine. When I printed out the
attributes of AdapterDescriptionUnion, I could see that the running attribute
does exist and has a value associated with it. Can someone help me understand
why this is happening? And is there any workaround for getting the running
state of adapters?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]