0

I am writing eventhandler for determining the workflow activities. I am able to get the currrent activity assignee.

I need to get the next activity assignee(i.e to which group the activity is assigned to).

Inside the TridionActivityDefinitinData for NextActivityDefinitions i find only Title and Idref of the activities.

Please let me know how to find the next possible activities' assignee.

4

2 に答える 2

4

この質問を見てください。FinishActivityEvent ハンドラから次のアクティビティの詳細を取得する方法は? 、user978511が私よりもよく答えました。

私がそこに見たものから、次のようなものが必要になります:

FinishActivityEventArgs.ActivityFinish.NextAssignee

その場合は、あなたの質問をその質問の重複としてマークしました。

于 2012-09-09T21:20:40.553 に答える