swimlane.core.adapters.helper module¶
-
class
swimlane.core.adapters.helper.HelperAdapter(swimlane)[source]¶ Bases:
swimlane.core.resolver.SwimlaneResolverAdapter providing any miscellaneous API calls not better suited for another adapter
-
add_comment(app_id, record_id, field_id, message)[source]¶ Directly add a comment to a record without retrieving the app or record first
Warning
Does not perform any app, record, or field ID validation
Parameters:
-