Skip to content

Commit 1321e1c

Browse files
committed
fix default link to Flowable Work for rpaframework client
1 parent ac4b329 commit 1321e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpaframework/flowable/rpaframework_client/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
parser.add_argument('topic', help='Topic of the client to listen to')
1313
parser.add_argument('path', type=str, help='The directory or file with the RPA framework task to run.')
1414
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')
1616
parser.add_argument('--flowable-token', type=str, help='Bearer Token, can be used for example with the Flowable Trial')
1717
parser.add_argument('--flowable-username', type=str, help='Username for Flowable Work when using Basic Authentication')
1818
parser.add_argument('--flowable-password', type=str, help='Password for Flowable Work when using Basic Authentication')

0 commit comments

Comments
 (0)