WorkAssigned
Workflow Manager 2020
This method is called whenever a Workflow is assigned for the desired users. Workflow Manager passes the information of the assigned users.
Syntax
This method has the following syntax:
WorkAssigned(string ApplicationID, ref string AppXMLInfo)
Parameters
This method implements the following parameters:
Parameter |
Description |
strAppId |
Application ID of the current workflow request. |
strAppXMLInfo |
XML formatted string for the current workflow request. |
Example of strAppXMLInfo for WorkAssigned
The following is an example of a strAppXMLInfo string for WorkAssigned, with returned messages.
<ApplicationInfo>
<CompanyName>Workflow Consumer</CompanyName>
<AppId>5980ac99-e83d-46b8-97da-9f0419015e38</AppId>
<AppSName>WF assign </AppSName>
<AppLName>WF assign work event</AppLName>
<WorkAssign>
<Action>ASSIGN</Action>
<PersonId>7b31351c-f90c-4966-a61b-4d4626d86037</PersonId>
<AccountName>admin@servicer.com</AccountName>
<Email>nmancham@flexera.com</Email>
<RoleId>9322ef4a-d020-43ea-8094-6c5c776b9b04</RoleId>
<RoleName>SCAdmin</RoleName>
</WorkAssign>
</ApplicationInfo>
See Also