Add hello_world.yml

This commit is contained in:
gitgit
2022-08-02 15:16:39 +08:00
parent 03df211505
commit 07b15ffa85

25
.devops/hello_world.yml Normal file
View File

@@ -0,0 +1,25 @@
name: hello_world
description: 建木快速入门从hello world开始
trigger:
type: cron
schedule: 0 0/30 * * * ?
workflow:
start:
type: start
targets:
- sayhello
sayhello:
type: qywx_notice:1.2.1
param:
bot_webhook_url: "((wecom.bot_webhook))"
text_content: "这是来自建木的第一个问候!"
sources:
- start
targets:
- end
end:
type: end
sources:
- sayhello