you can probably find my account id, i don't want to add it here
you can probably find my account id, i don't want to add it here
params property in the create call doesn't propagate through to WorkflowEvent because there is a serialization step in the middle.as isn't a validation either: it casts to that type. If you need to validate the params, use something like zodparams property doesn't propagate type information anywhere, because the create call doesn't return anything about your params.d458dbe698b8eef41837f941d73bc5b3 is mine.Uncaught SyntaxError: The requested module 'cloudflare:workers' does not provide an export named 'WorkflowStep'uhm, did I break something...?
create. This would also match other Cloudflare bindings like DurableObjects, which also uses generics.Concurrent Workflow instances (executions) is that per Workflow or per Worker Script? So if I define multiple workflows in the same worker script, do all of them have the concurrency. Would Workflow B be blocked by a lot of Workflow A instances?

dup() it then dispose() of the original?UNDEFINED_VALUE: Undefined values are not allowed
{ retries: { limit: 12, delay: '2s', backoff: 'constant' } }✘ [ERROR] An RPC stub was not disposed properly. You must call dispose() on all stubs in order to let the other side know that you are no longer using them. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects. As a shortcut, calling dispose() on the result of an RPC call disposes all stubs within it.type Params = {
machine_id: number;
target_language_id: number;
techdata_template_id?: number;
servicedata_template_id?: string;
};{ retries: { limit: 12, delay: '2s', backoff: 'constant' } }✘ [ERROR] Uncaught (in promise) Error: NOT NULL constraint failed: priority_queue.target_timestamp: SQLITE_CONSTRAINT