action-center
latest
false
- Erste Schritte
- Aktivitäten
- Gestalten von Workflows mit langer Ausführungszeit
- Start Job And Get Reference
- Wait for Job and Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Wait for Form Task and Resume
- Nach Verzögerung fortsetzen
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- App-Aufgaben abrufen
- Add Task Comment
- Update Task Labels
- App-Aufgabe erstellen
- Wait For App Task and Resume
- Configure task timer
- Beschriftungsaufgabe erstellen
- Aktionen
- Autopilot im Action Center – Vorschau
- Prozesse
- Benachrichtigungen
- Audit
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
Action Center-Benutzerhandbuch
UiPath.MLServices.Activities.MLDataLabelling
Hinweis:
This activity requires Studio 2022.4 or higher to function properly.
Beschreibung
Creates a labeling task in Action Center. This activity connects to your AI Center tenant, uploads a file to a selected data labeling session, and creates a corresponding task in Orchestrator. A human operator can then complete the task through Action Center.
Use the ID and folderPath fields from the returned TaskObject output to create an ExternalTaskObject for the Wait For External Task And Resume activity.
Projektkompatibilität
Windows - Legacy | Windows
Konfiguration
Designer-Panel
- Project - Retrieves available projects and lets you select the project to which you want to send data.
- Data labeling session - Retrieves available data labeling sessions in the selected project and lets you select the session to which you want to send data.
- File - The local path of the file you want to send.
Eigenschaften-Panel
Allgemein
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. Accepts Boolean values (True, False). The default value is False.
- AnzeigeName (DisplayName) - Der Anzeigename der Aktivität.
Eingabe
- LocalFilePath - The full path of the local file to upload. Accepts only
Stringvariables. - OrchestratorFolderName - The path to an Orchestrator folder different from the one the current process operates in, where you want to create the task. If the current user does not have the required permissions for the target folder, task creation fails.
Sonstiges
- Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.
Ausgabe
- FileName - The file name used to save the file in storage. Stored in a
Stringvariable. - Headers - The headers returned by the request.
- StatusCode - The status code returned by the request. Stored in an
Int32variable. - TaskObject - The task object returned from Orchestrator as an
OrchestratorTaskCreateobject. Use theIDandfolderPathfields to create an ExternalTaskObject for the Wait For External Task And Resume activity.