Account IDs are safe to share, as without credentials, they cannot be used for anything
Account IDs are safe to share, as without credentials, they cannot be used for anything
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' } }WorkflowEventd458dbe698b8eef41837f941d73bc5b3Concurrent Workflow instances (executions)✘ [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.dup()dispose()UNDEFINED_VALUE: Undefined values are not allowedtype Params = {
machine_id: number;
target_language_id: number;
techdata_template_id?: number;
servicedata_template_id?: string;
};Serialized RPC arguments or return values are limited to 1MiB, but the size of this value was: 2221149 bytes.{ retries: { limit: 12, delay: '2s', backoff: 'constant' } }✘ [ERROR] Uncaught (in promise) Error: NOT NULL constraint failed: priority_queue.target_timestamp: SQLITE_CONSTRAINT