Get workflow action details
Get the workflow action details for a particular workflow action.
Get workflow action details
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"actionId": 16,
"actionName": "Greenlit",
"actionDescription": "Record is Greenlit",
"isInitialAction": false,
"resultingStatus": "Greenlit",
"sequenceNumber": 1,
"updateCurrencyConversion": true,
"documentOption": {
"documentOptionId": 0,
"documentOptionName": "None"
},
"extensions": [
{
"name": "usp_wf_CreateRecordAmendment",
"type": "Stored Proc"
}
],
"associatedRoles": [
{
"roleId": 1,
"roleName": "External User"
},
{
"roleId": 2,
"roleName": "Admin User"
},
{
"roleId": 3,
"roleName": "Super Admin"
},
{
"roleId": 6,
"roleName": "Full User"
}
],
"chainedActions": [
{
"processId": 5,
"actionId": 2
}
],
"roleNotifications": [
{
"roleId": 20,
"notificationId": 466
}
],
"partyNotifications": [
{
"partyId": 10,
"notificationId": 200
}
]
}Last updated
Was this helpful?

