【发布时间】:2022-01-18 15:46:01
【问题描述】:
目标: 工作流程图以标准间距显示在标题文本下方
实际结果: 工作流程图显示在标题下方,具有标准化数量的空白错误:没有错误消息
故障排除步骤:我尝试按照article 中的解决步骤进行操作,但它使美人鱼图不再显示并生成格式化错误代码。
# Author Submission Workflow
::: mermaid
graph TD
A[Author sends a review to the customer success email] -->|Dynamics 365 creates a review case based on the Knowledge Base Article Review Template| B[[Automation]]
B --> D[D365 creates a review case based on the Knowledge Base Article Review Template]
B --> E[D365 places the review article in the Article Review Queue]
D -->F[Dynamics 365 creates a review case based on the Knowledge Base Article Review Template]
E -->F[A customer success agent assigns themself as the owner for the article]
F -->G[[D365 sends a notification of the new owner to the TDT email]]
G -->H[In Madcap Central, the Flare author reassigns article review from the cus success email to the assigned Owner for the review case]
H -->I[Agent completes review in Madcap Central and submit it to Flare Author]
I -->J[Agent closes the review case in D365]
J -->K[Flare author receives notification of returned review via Madcap Central email]
K -->L[Flare author implements changes in Flare and accepts the file]
L -->M[Flare author synchronizes project with source control]
:::
Markdown 编辑器和预览并排
【问题讨论】:
-
请考虑标记此
azure-devops-wiki。我会这样做,但有五个标签的限制,我不想删除你的任何标签。
标签: azure-devops workflow diagram wiki mermaid