# Workflow todos

## x-designer

- TableBlockDesigner（不适合直接用表格区块的）

## UI Schema

```json
{
  "type": "void",
  "version": "2.0",
  "x-designer": "TableBlockDesigner",
  "x-component": "CardItem",
  "x-decorator": "WorkflowTodo.Decorator",
  "x-decorator-props": {},
  "_isJSONSchemaObject": true,
  "properties": {
    "todos": {
      "type": "void",
      "version": "2.0",
      "x-component": "WorkflowTodo",
      "_isJSONSchemaObject": true,
      "x-uid": "xq1qcdpq7rq",
      "x-async": false,
      "x-index": 1
    }
  },
  "x-uid": "3z3ey8r6ik9",
  "x-async": false,
  "x-index": 1
}
```