Skip to content

Commit

Permalink
add installation instructions to robocorp client README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Sep 20, 2024
1 parent 07f25ec commit dfc787d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions robocorp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ When using the Robocorp task in Flowable, it is possible to specify a task/actio
In the task, the specific task/action specified will be executed and the result (only for actions) will be sent back to the process.
It is required that the variables in the diagram match exactly the variables inside the robocorp task/action.

## Installation

To install the Flowable Robocorp client, execute the following command:

```
pip install flowable.robocorp-client
```

## Sample

The following [diagram BPMN](docs/robocorpExample.bpmn) illustrates a basic usage of the Robocorp task:
Expand Down

0 comments on commit dfc787d

Please sign in to comment.