name: instance_print
amis_schema: |-
  {
      "type": "service",
      "body": [
          {
              "type": "button",
              "label": "打印",
              "id": "u:instance_print",
              "className": "  ",
              "onEvent": {
                  "click": {
                      "actions": [
                          {
                              "componentId": "",
                              "args": {
                                  "url": "${context.rootUrl}/workflow/space/${record.space}/print/${record._id}"
                              },
                              "actionType": "url"
                          }
                      ],
                      "weight": 0
                  }
              }
          }
      ],
      "regions": [
          "body"
      ],
      "data": {
      },
      "bodyClassName": "p-0",
      "id": "u:8dae0fbfd028"
  }
is_enable: true
label: 打印
'on': record_only
type: amis_button
visible: true
