eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 178 B
JavaScript
function readWorkflowFunctionId(e){if(typeof e!=`function`)return;let t=Reflect.get(e,`workflowId`);return typeof t==`string`&&t.length>0?t:void 0}export{readWorkflowFunctionId};