【AI 技术写作】Create flowcharts using AI

Identify for what you need a flowchart. 

Example:
If the catalog has a Machine Profile, then update the master image with Trusted Launch enabled Master Image and generate a warning if the machine profile is not enabled with Trusted Launch. If the catalog doesn't have a machine profile, then use Set-ProvScheme PowerShell command to update the machine catalog with machine profile enabled with Trusted Launch and also update the master image with Trusted Launch enabled Master Image.

1. Feed this text into an AI tool. 

2. Ask it to generate a Mermaid Code with decision boxes and start and stop. 

    The tool will give you something like this:

flowchart TD

Start([Start])

A{Does the catalog have a Machine Profile?}

B{Is the machine profile enabled with Trusted Launch?}

C[Update the master image with Trusted Launch enabled Master Image]

D[Generate a warning]

E[Use Set-ProvScheme PowerShell command to update the machine catalog with machine profile enabled with Trusted Launch]

F[Update the master image with Trusted Launch enabled Master Image]

End([End])Start --> A

A -->|Yes| B

A -->|No| E

B -->|Yes| C

B -->|No| D

C --> End

D --> End

E --> F

F --> End

3.  Copy this Mermaid copy.

4. Open Draw.io, and open a blank doc.

5.   From the menu, click + (Insert) > Advanced > Mermaid.

Draw.io

6.  Clear the sample code and paste the copied mermaid code.

7.  Get the flowchart. You can now, adjust the arrows, change the color, and more.

Output:


©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容