Username in external page.

Is there a way to send the username of the actual logged user in the portal to an external page made in ASP.net?

Yes,

In your process use a connector to get the username via API, then save it in a case BDO (1 field userName) then use REST to call the case BDO extracting the userName - all done.

This doesn’t need a BDO but only a process variable, but from what I’ve read Bonita have decided not to make process variables available to anyone except Admin so hence the need

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Hmm sounds good but how about the instantiation form, I cant use a connector in that case and you are right about process variable only Admin profile have access to the process variables.

Yes you can, Click on the Pool and the Connector In is available for use…this executes before the Instantiation Form is shown.

regards
Seán