name: instance_flow_chart
amis_schema: |-
  {
      "type": "service",
      "body": [
          {
              "type": "button",
              "label": "流程图",
              "id": "u:instance_flow_chart",
              "className": "  ",
              "onEvent": {
                  "click": {
                      "actions": [
                          {
                              "args": {
                                  "url": "${context.rootUrl}/api/workflow/chart?instance_id=${recordId}&title=${record.flow.name}",
                                    "blank": true
                              },
                              "actionType": "url"
                          }
                      ],
                      "weight": 0
                  }
              }
          }
      ],
      "regions": [
          "body"
      ],
      "bodyClassName": "p-0",
      "id": "u:527f82c0025d"
  }
is_enable: true
label: 流程图
'on': record_only
type: amis_button
visible: true
