"workflow/{$this->wfName}/{$this->exName}", 'tags' => [], ]; } /** * @inheritDoc */ public function build(array &$example): void { $example['data'] = [ 'modelProps' => [ 'contact' => \Civi\Test::example('entity/Contact/Alex'), ], ]; } }