Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

How delegate feature works?

Avatar

Community Advisor

Hi ,

I want to achieve 'delegate' feature using custom code. Before that I just wanted to understand what is happening when we delegate workflow and I came to know that It is calling two servlets:

1. http://localhost:8502/bin/workflow/inbox

Parameters:

_charset_=utf-8
cmd=delegate

comment-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_etc_workflow_instances_2014-03-18_model_22574584942749=hello

delegatee-/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_etc_workflow_instances_2014-03-18_model_22574584942749=usco3

item=/etc/workflow/instances/2014-03-18/model_22574584942749/workItems/node2_etc_workflow_instances_2014-03-18_model_22574584942749

I'm also sending same request in the browser by passing different user in the place of delegate value. But it is not delegated to the specified user.

2.  I do observe one more request after the above, that is : http://localhost:8502/libs/cq/workflow/content/inbox/list.json?_dc=1395153291893&start=0&limit=40

What is "dc" value here?

Is there any way that I can send post request to delegate workflow?

Quick responses would be helpful.

 

Thanks in advance

Siva

0 Replies