GetParticipantTicket¶
Generates a login ticket for specified participant.
1 |
|
Parameters¶
ParticipantInfo participant
Participant information
string accessScope
Name of access scope
Returns¶
Login token for participant
Remarks¶
This method only available for workflow instance scopes and requires a $Instance
object to be available.
Access scope parameter specifies the name of access scope defined in process definition. If not found exception is thrown.
Example¶
1 2 3 4 5 |
|
Types¶
ParticipantInfo¶
Represents a external participant information.
Email
: string
Email address of participant
Language
: string
Preferred language of participant
Name
: string
Name of participant