标签: workflow symfony
我已经设置了工作流状态机,数据存储在json_array中。我的基础是this tutorial。
json_array
/** * This property is used by the marking store * @ORM\Column(type="json_array", nullable=true) */ public $currentPlace;
现在我要搜索所有打开的门票。怎么做?使用json_array以外的东西存储?