<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>workflow | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 08 Sep 2017 08:03:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Symfony Workflow Component: Dump workflows as PDF</title>
		<link>https://nerdpress.org/2017/11/07/symfony-workflow-component-dump-workflows-pdf/</link>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 05:10:59 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[graphviz]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=2787</guid>

					<description><![CDATA[<p>One very cool feature of the Symfony Workflow Component is the ability to export workflows via graphviz. Did you know you can also directly render those as PDF files? It&#8217;s actually quite easy. Like so:</p>
The post <a href="https://nerdpress.org/2017/11/07/symfony-workflow-component-dump-workflows-pdf/">Symfony Workflow Component: Dump workflows as PDF</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>One very cool feature of the Symfony Workflow Component is the ability to export workflows via graphviz.</p>
<p>Did you know you can also directly render those as PDF files?<br />
<span id="more-2787"></span></p>
<p>It&#8217;s actually quite easy. Like so:</p>
<pre class="brush: bash; title: ; notranslate">
php bin/console workflow:dump myWorkflow | dot -Tpdf &gt; data/workflow/myWorkflow.pdf
</pre>The post <a href="https://nerdpress.org/2017/11/07/symfony-workflow-component-dump-workflows-pdf/">Symfony Workflow Component: Dump workflows as PDF</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
