Is there a way to delete a workflow? Used onto to send messages onto a queue and some during testing
Is there a way to delete a workflow? Used onto to send messages onto a queue and some during testing and want to just clean them up for my OCD 

Worker "workflows:interaction"'s binding "USER_WORKFLOW" refers to service "core:user:" with a named entrypoint "InteractionWorkflow", but "core:user:" has no such named entrypoint.The destination execution context for this RPC was canceled while the call was still running.wrangler workflows instances describe there is no equivalent for local right?
await step.sleep('wait on something', '1 second') but here it says the wall time for this step is 254ms .. any idea why it's lower than what the wall time should be?
wait on something (Sleep)Serialized RPC arguments or return values are limited to 1MiB which I think happens when the returned values of a step are larger than 1MiB.Trigger Button to trigger a workflow, the Params are submitted with some extra characters 
JSON.parse() on the params firstTrigger button doing the stringify, or if wrangler not stringifying would count as a bug here
Worker "workflows:interaction"'s binding "USER_WORKFLOW" refers to service "core:user:" with a named entrypoint "InteractionWorkflow", but "core:user:" has no such named entrypoint.The destination execution context for this RPC was canceled while the call was still running.wrangler workflows instances describeawait step.sleep('wait on something', '1 second')254mswait on something (Sleep)Serialized RPC arguments or return values are limited to 1MiBTriggerTriggerParamsnpx wrangler workflows trigger create-campaign-from-url-workflow --params='{"url":"https://www.backlinkgpt.com"}'JSON.parse()