zhyyyq

Results 3 issues of zhyyyq

### Minimal, reproducible example ```TypeScript // index.js import puppeteer from "puppeteer"; (async () => { // Launch the browser and open a new blank page const browser = await puppeteer.launch({...

bug
confirmed
documentation
P3

# yaml file demo for http workflow: name: "Http" # Define the tasks within the workflow tasks: - name: task task_type: Http url: https://httpbin.org/get http_method: GET http_params: - prop: a...

### Search before asking - [ ] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ``` Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type...

bug
help wanted