# arcrun hello world workflow # 執行:acr run hello --input input="Hello, arcrun!" name: hello description: "Hello world — 示範字串轉大寫" flow: - "input >> ON_SUCCESS >> transform" config: transform: component: string_ops operation: upper