context.put("workEffortId", runtimeKey());
if (howManyAssignment() == 1) {
Debug.logVerbose("Single assignment; getting assignment info.", module);
List<WfAssignment> assignments = getAssignments();
WfAssignment assign = (WfAssignment) assignments.iterator().next();
WfResource res = assign.assignee();
context.put("assignedPartyId", res.resourcePartyId());
context.put("assignedRoleTypeId", res.resourceRoleId());
}
// first we will pull out the values from the context for the actual parameters
if (actualParameters != null) {
List<String> params = StringUtil.split(actualParameters, ",");