<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the public 'Pimcore\Workflow\Manager' shared autowired service.include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Workflow/Manager.php';$this->services['Pimcore\\Workflow\\Manager'] = $instance = new \Pimcore\Workflow\Manager(($this->privates['workflow.registry'] ?? $this->load('getWorkflow_RegistryService.php')), ($this->privates['Pimcore\\Workflow\\EventSubscriber\\NotesSubscriber'] ?? $this->load('getNotesSubscriberService.php')), ($this->services['Pimcore\\Workflow\\ExpressionService'] ?? $this->load('getExpressionServiceService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));$instance->registerWorkflow('simple_asset_workflow', ['label' => 'Simple Asset Workflow', 'priority' => 0, 'type' => 'state_machine']);$instance->addPlaceConfig('simple_asset_workflow', 'start', ['label' => 'Product Launch', 'title' => 'Product Launch', 'color' => '#3572b0', 'visibleInHeader' => true, 'permissions' => [0 => ['objectLayout' => 'DE']], 'colorInverted' => false]);$instance->addPlaceConfig('simple_asset_workflow', 'input_attributes', ['label' => 'Input Attributes', 'color' => 'orange', 'visibleInHeader' => true, 'permissions' => [0 => ['objectLayout' => 'ST']], 'title' => '', 'colorInverted' => false]);return $instance;