<?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>Parth on Livecycle &#187; Task Instructions</title>
	<atom:link href="http://blog.pandyaparth.com/tag/task-instructions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pandyaparth.com</link>
	<description>aka - LiveCycle Karma (Personal blog on LiveCycle, Adobe enterprise technologies and innovation)</description>
	<lastBuildDate>Mon, 05 Jul 2010 01:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Styling in Task Instructions</title>
		<link>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/</link>
		<comments>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/#comments</comments>
		<pubDate>Mon, 25 May 2009 03:25:00 +0000</pubDate>
		<dc:creator>pandyaparth</dc:creator>
				<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[Styling]]></category>
		<category><![CDATA[Task Instructions]]></category>

		<guid isPermaLink="false">http://livecyclekarma.wordpress.com/?p=97</guid>
		<description><![CDATA[This is really exciting!! I knew that this can be done in LiveCycle 7 but never tried it till now in LiveCycle ES. Ok.. let me describe what it is. What it is? I found out that we can add styling to the Task Instructions that apear in Workspace. This means that we can have [...]]]></description>
			<content:encoded><![CDATA[<p>This is really exciting!! I knew that this can be done in LiveCycle 7 but never tried it till now in LiveCycle ES. Ok.. let me describe what it is.</p>
<h2>What it is?</h2>
<p>I found out that we can add styling to the Task Instructions that apear in Workspace. This means that we can have Red font, Bold statuses/instructions based on the task description that we put in Assign Task step of the orchestration.</p>
<h2>Why you need it?</h2>
<p>Let&#8217;s say for example, A Task is deadlined and you wish to put task status/something else in Instructions field which can stand out form the rest of the text. Having something like &#8216;Deadlined&#8217; status in red with other instructions can be a BIG step forward for someone who works on workspace interface everyday.</p>
<p>I&#8217;ve also noticed that the Task Instructions field on TaskManagerEndpoint also &#8216;likes&#8217; the styling. This means that the Cards or Grid view of Start Process section will also show pretty colors and styling if needed.</p>
<p><span id="more-97"></span>Let me show you what I could do with styling in Task Instructions.</p>
<h4>Snapshots 1: To-Do list view of a user with styling on Task Instructions (configured in Task Instructions of Assign Task operation)</h4>
<div id="attachment_101" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3BhbmR5YXBhcnRoLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wNS90b2RvbGlzdC13aXRoLXN0eWxlLnBuZw=="><img class="size-medium wp-image-101" title="ToDoList-With Style" src="http://pandyaparth.com/wp-content/uploads/2009/05/todolist-with-style-300x142.png" alt="ToDo Screen with Styling" width="300" height="142" /></a><p class="wp-caption-text">ToDo Screen with Styling</p></div>
<h4>Snapshot 2: Card view with styling on Task Instructions (configured at Task Manager Endpoint page in adminui)</h4>
<div id="attachment_100" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3BhbmR5YXBhcnRoLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8wNS9zdGFydHByb2Nlc3Mtd2l0aHN0eWxlLnBuZw=="><img class="size-medium wp-image-100" title="StartProcess-WithStyle" src="http://pandyaparth.com/wp-content/uploads/2009/05/startprocess-withstyle-300x133.png" alt="StartProcess view with Styling" width="300" height="133" /></a><p class="wp-caption-text">StartProcess view with Styling</p></div>
<h2>Styling examples:</h2>
<h4>Style used in Snapshot 1:</h4>
<blockquote><p>&lt;font color=&#8221;#FF0000&#8243;&gt;&lt;b&gt;Deadlined.&lt;/b&gt;&lt;/font&gt; {$/process_data/@taskInstructionsString$}</p></blockquote>
<h4>Style used in Snapshot 2:</h4>
<blockquote><p>&lt;font color=&#8221;#FF0000&#8243;&gt;&lt;b&gt;Leave Application&lt;/b&gt;&lt;/font&gt; &lt;font color=&#8221;#9932CC&#8221;&gt;&lt;b&gt;&lt;i&gt;Test&lt;/i&gt;&lt;/b&gt;&lt;/font&gt; Desc</p></blockquote>
<h3>Tip:</h3>
<ol>
<li>As the Workspace is a flex application I decided to try the Hex code for the font colors and it did work nicely.</li>
<li>It is a good idea to show some metadata in task instructions, so user can find out the Task without opening it. Imaging what would happen if you have to find John Smith&#8217;s application by opening Task&#8217;s one after another. I would put applicant name and/or some other identifier in Task Instruction so it is easy to find!!</li>
<li>I have a Status variable in my process and I&#8217;m applying style to that only so the remaining text in Task Instruction is kept in black. I think this is &#8216;good enough&#8217; to indicate what&#8217;s the status rather than having too much red/orange colors in that view.</li>
</ol>
<p><span style="text-decoration: underline;"><strong>Misc: </strong></span>This is just a small example of styling. I don&#8217;t know what else will work or will not work but I think we can do really cool things with this much to help out the user who work on Workspace everyday. I&#8217;m pretty sure that I&#8217;ll see few smiling faces in my next Demo &amp; Deployment of what I&#8217;m currently working on.</p>
 <img src="http://blog.pandyaparth.com/wp-content/plugins/feed-statistics.php?view=1&post_id=97" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.pandyaparth.com/2009/05/styling-in-task-instructions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
