Avatar

Level 10

You can create a PrepareData process (See Action Profiles in Help Content)

to achieve this. This prepare data process will be executed just before the

form is rendered at workspace.

You will find a TaskContext variable created within the process. By using

the XPath

  • /process_data/taskContext/object/user/givenName* you can populate the

name.

The Date also can be concatenated with user name.

Note: There might be a slight variation in the Xpath I mentioned above.

Nith