Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"managerId": "[email protected]",
"buddyId": "[email protected]",
"userId": "cgrant1",
"userId": "[email protected]",
"empData": {
"d": {
"results": [{
Expand All @@ -14,7 +14,7 @@
"jobTitle": "General Manager, Industries",
"jobCode": "Vice President, Sales (VP-SALES)",
"title": "VP, Sales",
"userId": "cgrant1",
"userId": "[email protected]",
"division": "Industries (IND)",
"defaultFullName": "Carla Grant",
"firstName": "Carla",
Expand All @@ -30,7 +30,7 @@
"jobTitle": "VP, Sales",
"countryOfCompany": "USA",
"jobCode": "VP-SALES",
"managerId": "athompson1",
"managerId": "[email protected]",
"division": "IND",
"company": "ACE_USA",
"position": "VP_SALES",
Expand All @@ -53,21 +53,20 @@
"__metadata": {
"type": "SFOData.User"
},
"userId": "dsharp1"
"userId": "[email protected]"
}, {
"__metadata": {
"type": "SFOData.User"
},
"userId": "cgrant1"
"userId": "[email protected]"
}, {
"__metadata": {
"type": "SFOData.User"
},
"userId": "sthomas1"
"userId": "[email protected]"
}]
}
}
},
"buddies": "dsharp1,cgrant1,sthomas1"
}
}
}
6 changes: 3 additions & 3 deletions cf-onboarding-sample/onboarding/workflows/onboard.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"priority": "MEDIUM",
"isHiddenInLogForParticipant": false,
"userInterface": "sapui5://comsapbpmworkflow.comsapbpmwusformplayer/com.sap.bpm.wus.form.player",
"recipientUsers": "${context.empData.buddies}, ${info.startedBy}",
"recipientUsers": "${context.buddyId}, ${info.startedBy}",
"formReference": "/forms/ConfirmOrChangeEquipment.form",
"userInterfaceParams": [{
"key": "formId",
Expand All @@ -135,7 +135,7 @@
"priority": "MEDIUM",
"isHiddenInLogForParticipant": false,
"userInterface": "sapui5://comsapbpmworkflow.comsapbpmwusformplayer/com.sap.bpm.wus.form.player",
"recipientUsers": "${info.startedBy}",
"recipientUsers": "${context.managerId}, ${info.startedBy}",
"formReference": "/forms/ApproveEquipment.form",
"userInterfaceParams": [{
"key": "formId",
Expand All @@ -155,7 +155,7 @@
"priority": "MEDIUM",
"isHiddenInLogForParticipant": false,
"userInterface": "sapui5://comsapbpmworkflow.comsapbpmwusformplayer/com.sap.bpm.wus.form.player",
"recipientUsers": "${context.empData.buddies},${info.startedBy}",
"recipientUsers": "${context.buddyId}, ${info.startedBy}",
"formReference": "/forms/AcceptWorkplace.form",
"userInterfaceParams": [{
"key": "formId",
Expand Down