Neue Funktionen > Windchill > 11.0 F000 > Bereitstellung und Konfiguration > Workflow: Abschließen des Aufgabenübergangs
  
Workflow: Abschließen des Aufgabenübergangs
Produkt: Windchill
Version: 11.0 F000
Vorteil
Ein neuer Übergangstyp ruft nach Aufgabenabschluss einen Ausdruck ab. Dies ermöglicht Administratoren von Workflow-Vorlagen, Aufgaben bei der ersten Ablehnung abzuschließen, ohne einen separaten Synchronisationsrobot zu verwenden.
Weitere Details
Ein neuer Übergang Aufgabe abschließen ist auf der Registerkarte Übergänge im Workflow-Vorlagen-Editor verfügbar.
Wenn der Übergangsausdruck wahr ist, wird eine einzelne Aufgabe, die dem Aktivitätsknoten zugeordnet ist, abgeschlossen.
Neue API unterstützt Stimmen nach einzelnen Rollen:

/*
* @param self : WfAssignedActivity ObjectReference
* @param eventToMatch : Routing option to tally
* @param assigneeRole : Role for which you want to tallythe routing option
* @param locale : The locale in which you have specifiedthe assignee role
* @return int : Number of votes from user in the specified role
* @throws WTException
*/
public static int count(ObjectReference self,String eventToMatch,String assigneeRole,Locale locale)
throws WTException
Neue API unterstützt Stimmen nach Routing-Ereignis:

/*
* @param self : WfAssignedActivity ObjectReference
* @param eventToMatch : Routing option to tally
* @param int : Number of votes for the routing event in
the activity
* @throws WTException
*/
public static int count(ObjectReference self,String eventToMatch) throws WTException
Neue API unterstützt Aktivitätsabschluss, wenn Bedingungen erfüllt sind:

/*
Supported API : True
Method to complete the activity
* @param self : WfAssignedActivity ObjectReference
* @param events : Routing event to follow
* @throws WTException
*/
public void completeActivity
(ObjectReference self,String events)
throws WTException
Weitere Informationen finden Sie unter Registerkarte "Übergänge" und Übergang "Aufgabe abschließen".