Run photoshop actions from engine.app

Is it possible to run actions from shotgrid adobe object
I tried engine.adobe.app.DoAction but it gives error. From this it looks like it is not possible.
Any other way. ?

Traceback (most recent call last):
File “P:\software\sgtk\studio39\install\app_store\tk-multi-pythonconsole\v1.3.1\python\app\input_widget.py”, line 230, in execute
results = eval(python_code, self._locals, self._locals)
File “”, line 1, in
File “P:\software\sgtk\studio39\install\app_store\tk-framework-adobe\v1.1.6\python\tk_framework_adobe\rpc\proxy.py”, line 263, in getattr
raise AttributeError(“Attribute ‘%s’ does not exist!” % name)
AttributeError: Attribute ‘DoAction’ does not exist!