You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpaframework/flowable/rpaframework_client/__main__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
parser.add_argument('topic', help='Topic of the client to listen to')
13
13
parser.add_argument('path', type=str, help='The directory or file with the RPA framework task to run.')
14
14
parser.add_argument('--mode', type=str, choices=['robot', 'action', 'task'], default='robot', help='Type of rpaframework robot or robocorp action or task')
15
-
parser.add_argument('--flowable-host', type=str, default='https://trial.flowable.com', help='URL of Flowable Work')
15
+
parser.add_argument('--flowable-host', type=str, default='https://trial.flowable.com/work', help='URL of Flowable Work')
16
16
parser.add_argument('--flowable-token', type=str, help='Bearer Token, can be used for example with the Flowable Trial')
17
17
parser.add_argument('--flowable-username', type=str, help='Username for Flowable Work when using Basic Authentication')
18
18
parser.add_argument('--flowable-password', type=str, help='Password for Flowable Work when using Basic Authentication')
0 commit comments