{template.description}
执行ID: {execution.id}
{executions.filter((e) => e.status === "running").length}
运行中
{executions.filter((e) => e.status === "completed").length}
已完成
{executions.filter((e) => e.status === "failed").length}
失败
{templates.length}
流程模板
当前没有正在执行的流程