icon

My Workflow Status

icon
3F Consulting
Data Modeling & Business Logic
Description
This plugin allows logged user to see the number of tasks assigned to him and him roles and to open a modal window containing the portlet for workflow management.

Features:
- 3 View Mode;
- Customizable Color ("Modern" View Mode);
- Fast access to "My Workflow Portlet";
- Asynchronous ajax call;
- Fast refresh tasks counter by single click on task number;

If you want to add portlet in your theme, use this example code:

#if ($is_signed_in)
#set ($my_portlet_id = '1_WAR_trefstatusworkflowportlet')
#set ($locPortletPreferenceService = $serviceLocator.findService("com.liferay.portal.service.PortletPreferencesLocalService"))
#set ($locPlidLong = $getterUtil.getLong($plid))
$locPortletPreferenceService.deletePortletPreferences(0, 3, $locPlidLong, $my_portlet_id)

#set ($VOID = $velocityPortletPreferences.setValue('display-style', '1'))
#set ($VOID = $velocityPortletPreferences.setValue('portletSetupShowBorders', 'false'))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-viewmode', "03"))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-count-tasks-user-text', "black"))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-count-tasks-user-full', "red"))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-count-tasks-user-empty', "#FFCC00"))

#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-count-tasks-user-roles-full', "red"))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-coun-tasks-user-roles-empty', "#666666"))
#set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-color-count-tasks-user-roles-text', "white"))
##set ($VOID = $velocityPortletPreferences.setValue('statusworkflow-show-tooltip', "false"))

$theme.runtime($my_portlet_id, '', $velocityPortletPreferences.toString())
#set ($VOID = $velocityPortletPreferences.reset())
#end
Liferay is trademark of Liferay, Inc., Liferay International Limited and/or Liferay Affiliate, registered in the United States and/or other countries.
Release Summary and Release Notes
Version Change Log Supported Framework Versions Date Added
2.1 Bug fixing
Liferay Portal 6.1 CE GA2+
Liferay Portal 6.1 EE GA2
Liferay Portal 6.1 EE GA3+
Liferay Portal 6.2 CE GA1+
Liferay Portal 6.2 EE GA1+
2014-05-29
2.0 Added support to Liferay Portal 6.2 CE GA1+
Liferay Portal 6.2 CE GA1+
Liferay Portal 6.1 CE GA2+
Liferay Portal 6.1 EE GA2
Liferay Portal 6.1 EE GA3+
2013-11-21
1.2 Added support to Liferay Portal 6.1 EE GA3+
Liferay Portal 6.1 CE GA2+
Liferay Portal 6.1 EE GA2+
Liferay Portal 6.1 EE GA3+
2013-10-03
1.1 Refresh on close of the dialog
Liferay Portal 6.1 CE GA2+
Liferay Portal 6.1 EE GA2+
2013-07-16
1 Source URL and more details
Liferay Portal 6.1 CE GA2+
Liferay Portal 6.1 EE GA2+
2013-04-24
Profile
3F Consulting is able to design and implement professional solutions , highly customized on specifications customer . The solution design is preceded by a careful analysis using tools Business process re-engineering that, in agreement with the client is designed to simplify and streamline processes before implementing the specific solution.
DEVELOPER
3F Consulting
Published Date
Version
2.1
Supported Versions
6.2, 6.1
Edition
EE, CE
Price
Free
Help & Support
Terms & Conditions
SHARE LINK

Installation Instructions

This is a Legacy App that is no longer available in the new App Marketplace. You are able to acquire it from your installed DXP or CE instance and install it by following the instructions below.

Acquiring this App through the legacy Liferay Portal Store

  1. Review app documentation for any specific installation instructions.
  2. Login to your Liferay Portal instance with administrative permissions.
  3. Navigate to the Control Panel, Marketplace (or Apps for 7.3 and prior), then Store.
  4. If needed, login to your Liferay.com account by choosing Sign In.
  5. Search for the app name in the Search dialog.
  6. Once the app is found, click on the app in the search results.
  7. On the app details page, choose to acquire the app by selecting the Free, Buy, or Trial button.
  8. Follow the instructions on the screen to complete the acquisition.

Installing this App through legacy Liferay Portal Purchased Apps

  1. After acquiring the app, login to your Liferay Portal instance with administrative permissions.
  2. Navigate to the Control Panel, Marketplace (or Apps for 7.3 and prior), then Purchased.
  3. If needed, login to your Liferay.com account by choosing Sign In.
  4. Click the Install button to install your app on your Liferay Portal instance.

See the legacy App Marketplace help documentation for more information.