MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_first_action

Method get_first_action

shared/database/action/workflow.py:229–234  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

227 return data
228
229 def get_first_action(self, session) -> Action:
230 action = session.query(Action).filter(
231 Action.workflow_id == self.id,
232 Action.ordinal == 0,
233 Action.archived == False).first()
234 return action
235
236
237# 'abcdefghijklmnopqrstuvwxyz0123456789'

Callers 2

has_time_triggerMethod · 0.95
flow_update_coreFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected