robotframework-camunda icon indicating copy to clipboard operation
robotframework-camunda copied to clipboard

Library for testing Camunda 7 instances and workflows

Results 15 robotframework-camunda issues
Sort by recently updated
recently updated
newest added

Keyword description of [Fetch Workload](https://robotframework-camunda-demos.gitlab.io/robotframework-camunda-mirror/latest/keywords/camundalibrary/#Fetch%20Workload): If not provided, this keyword will use a lock_duration of **60000** ms (10 minutes) and set {{deserialize_value=True}} CamundaLibrary.py line 154, 155: "The default is either...

documentation

Is it possible for a listener to access the CamundaLibrary instance from a task? If so, then it should be very easy to provide listeners that raise incidents.

enhancement

There seems to be no test case for keyword `Download File From Variable`. Write a test case and check, if the keyword works according to #66

documentation

robot.utils.DotDict supports dot-notation in order to access values in dictionaries: `${process.id}` instead of only `${process}[id]` ```python from robot.utils import DotDict @keyword("Get fetch response", tags=['task']) def get_fetch_response(self): """Returns cached response from...

enhancement

There are scenarios when the process instance should be unlocked automatically when robot finishs a task with state `FAIL` This is can probably solved together or in correleation to #54

enhancement

Similar to SeleniumLibrary, embedd image of the process model showing the state of instances when an error happened.

enhancement

Since #10 we do have the new keyword `Set Camunda Configuration` - but the documentation is missing: https://robotframework-camunda-demos.gitlab.io/robotframework-camunda-mirror/latest/keywords/camundalibrary/#Set%20Camunda%20Configuration Please add the documentation.

documentation
good first issue

We often have a task template like this: ```robot *** Settings *** Library CamundaLibrary ${CAMUNDA_HOST} *** Variables *** ${CAMUNDA_HOST} %{CAMUNDA_HOST} ${BATCH_SIZE} %{BATCH_SIZE} *** Tasks *** Run Robot Service Task FOR...

enhancement
good first issue

# Origin SeleniumLibrary offers a keyword `Register Keyword on Failure` that sets a keyword for being executed only in case a selenium keyword fails. By default, a screenshot is taken....

enhancement
question

Camunda has an API for processing user tasks: https://docs.camunda.org/manual/7.14/reference/rest/task/ This seems like a contradiction, but is extremely helpful in automated testing.

enhancement
good first issue