How do I start a process with JSON and assign to a particular user?

Confluence User - 24 Nov, 2016

I start a process using the JSON API call ".../web/json/workflow/process/start/(*:processDefId)". This works fine except all users in a group assigned to a swim lane can see all process activities in a process started this way. I would like to associate the process started this way with a particular user so that when they login they only see their processes activities in their Inbox. How do I do that?

user;userviews

1


24 Nov, 2016
confluenceUser
confluenceUser

Hi, if you would like to assign the activity to a specific user, do you need to map the swimlane to a group? As described in Map Participants to Users, you could map directly to specific users. Or you could also write some custom BeanShell (Bean Shell Programming Guide#UseasProcessParticipant) to decide who to assign to instead.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print