Boragorn
Boragorn
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
Thank you so much @Diogo Ferreira !
9 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
Will do
9 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
thank you sir
9 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
hey @Diogo Ferreira were you able to reproduce this bug?
9 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
Can someone help me with this?
I couldn't find the reason for this "Unknown" status, the logs are not showing nothing relevant to help me fix it
3 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
Can someone help me with this?
hey @Diogo Ferreira - yesterday this happened a few more times
3 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
sure thing
9 replies
CDCloudflare Developers
Created by Boragorn on 4/30/2025 in #workflows
I might have identified a bug related to
Here's how it receives the events in my worker:
app.post("/event", async (c) => {
try {
const data = await c.req.json<TestEvent>();
const { testId, type, payload } = TestEventSchema.parse(data);

const instance = await c.env.SIMPLE_WORKFLOW.get(testId);

console.log("Sending event to instance", instance);

const eventResponse = await instance.sendEvent({
type,
payload,
});

console.log("Event sent to instance", eventResponse);

return c.json({
message: `Event ${type} sent to test instance ${testId}`,
});
} catch (error: any) {
console.log("Error sending event:", error);
return c.json({ error: error.message }, 500);
}
});
app.post("/event", async (c) => {
try {
const data = await c.req.json<TestEvent>();
const { testId, type, payload } = TestEventSchema.parse(data);

const instance = await c.env.SIMPLE_WORKFLOW.get(testId);

console.log("Sending event to instance", instance);

const eventResponse = await instance.sendEvent({
type,
payload,
});

console.log("Event sent to instance", eventResponse);

return c.json({
message: `Event ${type} sent to test instance ${testId}`,
});
} catch (error: any) {
console.log("Error sending event:", error);
return c.json({ error: error.message }, 500);
}
});
9 replies
CDCloudflare Developers
Created by Boragorn on 4/23/2025 in #workflows
I'm experiencing some cases where new
I guess that helped fixing it
9 replies
CDCloudflare Developers
Created by Boragorn on 4/23/2025 in #workflows
I'm experiencing some cases where new
I've cleaned up my workflow and queued everything up again
9 replies
CDCloudflare Developers
Created by Boragorn on 4/23/2025 in #workflows
I'm experiencing some cases where new
my account id: 998ad664b89c2f9efa99a3b294eadd9d
9 replies
CDCloudflare Developers
Created by Boragorn on 3/25/2025 in #workflows
workflow create batch issues
No description
34 replies