workflow

Send an Email for approval to the admin in a CQ5/AEM page publishing workflow

The Problem You want to send an email to the admin for approval or rejection and after approval, page should be activate and send an email to the author of activation and workflow should be complete but if rejected than send an email to the initiator of rejection and workflow should not be completed until […]

Read More

Dynamic Participant Step

In this blog, I will discuss about Dynamic Participant Step:1. What is the use of Dynamic Participant Step?2. How can we write Custom Dynamic Participant Step?3.How can we use Dynamic Participant Step?Use of Dynamic participant step:Workflow Dynamic Participant Step is used when the user or a group to perform an activity in that step is selected automatically […]

Read More

Dialog Participant Step

In this blog, I will discuss about dialog participant step: What is the use of dialog participant step? How can we create the dialog? How can we save the value of dialog? Where the value of dialog will be saved? Use of dialog participant step: Use of dialog participant Step to collect information from the […]

Read More

Goto Step

In this blog we will discuss about Goto Step: The Goto Step specifies the next step in the workflow model to execute, depending on the result of an ECMA script. If Script returns true, The Goto step completes and the workflow engine executes the specified step. If Script returns false, The Goto step completes and […]

Read More

Renditions Creation for the Image

In this post, I will explain how to create different type of renditions for the image in Adobe CQ5. When we upload the images in the DAM, Adobe CQ5 creates the renditions of an image that includes different size of the same image. This can be helpful when we need to create thumbnails or similar […]

Read More

CQ5 Workflow Tutorial Part – III

In my last post , I discussed about “how to use inbuilt processes using process steps”. In this post I will show you how to create your custom  process and how to use them.   Agenda of this post Creating custom process Step. How to use this custom process Step. Explanation of all arguments in Workflow […]

Read More

CQ5 Workflow Tutorial Part – II

In my last post you got a lot of information about CQ5 workflow basics. If you don’t remember all of them then not to worry about that I will use all those term in this series of tutorial.   Agenda of this post Introduction to Process Step. Use of Inbuilt Processes through this Step. Use […]

Read More

CQ5 Workflow Tutorial Part – I

From this post I am starting a series of tutorial that will cover CQ5 workflow in details. This is a introductory post that will explain different terminology used in workflow.    Agenda in a Look Introduction to Workflow. Most used Workflow Terminology using interactive questionnaire. Creating  a Workflow Model. Node Structure of Workflow Model in crxde […]

Read More