Skip to content

Commit

Permalink
fix default link to Flowable Work for rpaframework client
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 29, 2024
1 parent ac4b329 commit 1321e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpaframework/flowable/rpaframework_client/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
parser.add_argument('topic', help='Topic of the client to listen to')
parser.add_argument('path', type=str, help='The directory or file with the RPA framework task to run.')
parser.add_argument('--mode', type=str, choices=['robot', 'action', 'task'], default='robot', help='Type of rpaframework robot or robocorp action or task')
parser.add_argument('--flowable-host', type=str, default='https://trial.flowable.com', help='URL of Flowable Work')
parser.add_argument('--flowable-host', type=str, default='https://trial.flowable.com/work', help='URL of Flowable Work')
parser.add_argument('--flowable-token', type=str, help='Bearer Token, can be used for example with the Flowable Trial')
parser.add_argument('--flowable-username', type=str, help='Username for Flowable Work when using Basic Authentication')
parser.add_argument('--flowable-password', type=str, help='Password for Flowable Work when using Basic Authentication')
Expand Down

0 comments on commit 1321e1c

Please sign in to comment.