Issue
Workflow instance that calls SmartObject can fail with the following error if the Smartobject method is missing.

Error Code
Method {cbbMethods} does not exist on SmartObject [SmartObject Name].
In this example, workflow is looking for List method, but the SmartObject only contains Create method.


Resolution
Editing SmartObject and add the missing method will resolve the issue.