Skip to content

Commit 769e9de

Browse files
authored
Merge pull request #105 from UiPath/fix/ticket-sample
chore: update uipath.json in ticket classification sample
2 parents b75fc09 + eaa04db commit 769e9de

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

samples/ticket-classification/agent.mermaid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ graph TD;
1212
__end__([<p>__end__</p>]):::last
1313
__start__ --> prepare_input;
1414
classify --> human_approval_node;
15-
notify_team --> __end__;
16-
prepare_input --> classify;
1715
human_approval_node -.-> classify;
1816
human_approval_node -.-> notify_team;
17+
prepare_input --> classify;
18+
notify_team --> __end__;
1919
classDef default fill:#f2f0ff,line-height:1.2
2020
classDef first fill-opacity:0
2121
classDef last fill:#bfb6fc

samples/ticket-classification/uipath.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"entryPoints": [
33
{
44
"filePath": "agent",
5-
"uniqueId": "f5678e12-7aa8-4a4c-bf62-b98dad8d9145",
5+
"uniqueId": "50da3849-733d-499c-b7cb-e6ff0f2dbc36",
66
"type": "agent",
77
"input": {
88
"type": "object",
@@ -16,16 +16,7 @@
1616
"type": "string"
1717
},
1818
"assignee": {
19-
"anyOf": [
20-
{
21-
"type": "string"
22-
},
23-
{
24-
"type": "null"
25-
}
26-
],
27-
"default": null,
28-
"title": "Assignee"
19+
"type": "string"
2920
}
3021
},
3122
"required": [
@@ -56,4 +47,4 @@
5647
"version": "2.0",
5748
"resources": []
5849
}
59-
}
50+
}

0 commit comments

Comments
 (0)