Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ set_start_details
Method
set_start_details
app/objects/c_operation.py:174–176 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
172
return
existing
173
174
def
set_start_details(self):
175
self.id = self.id
if
self.id
else
str(uuid.uuid4())
176
self.start = datetime.now(timezone.utc)
177
178
def
add_link(self, link):
179
self.chain.append(link)
Callers
6
op_for_event_logs
Function · 0.95
run_scheduler
Method · 0.80
create_operation
Method · 0.80
create_object_from_schema
Method · 0.80
setup_operations_api_test
Function · 0.80
setup_empty_operation
Function · 0.80
Calls
no outgoing calls
Tested by
3
op_for_event_logs
Function · 0.76
setup_operations_api_test
Function · 0.64
setup_empty_operation
Function · 0.64