How to fetch activity description

  • 14 June 2010
  • 3 replies
  • 0 views

Badge +2

Hi,


How to fetch activity description? Is there any smart object using which we can retrieve?


Thanks,


Shilpa


3 replies

Userlevel 4
Badge +14

When referring to activity description do you mean the activity name? If so have a look at the workflow context browser, maybe that will point you in the right direction, or maybe elaborate on what it is you are trying to do?


Vernon


 

Badge +2

Hi Vernon,


Thanks for your response.


When we create any activity we can specify activity name and description. I am talking about this description and not the activity name. Can we fetch this description?


Thanks,


Shilpa

Userlevel 4
Badge +14

Try using the following form the K2 Context Browser. Expand Activity Instance. The Name there will return the Activity name given and the Description will return the description given to that Activity. So in short you will have to use ActivityInstanceDescription for the Description and ActivityInstanceName for the Name.


To test this and see if it returns what you want add these field in to a mail events body and check what is returned when the mail is received.


HTH


Vernon

Reply