Stephen Russett
Stephen Russett
Did you generate it from my code or from the Camunda swagger ?
There are bugs in the swagger provided by Camunda. See the changes to the Create Deployment API in my code
@silvanbrenner have you tried using the deployment api to create a deployment with multiple files? https://jira.camunda.com/browse/CAM-13105 has been a long running issue that never seems to get prioritized. Do a...
Did you setup the https for the Camunda endpoint? There will also always be an error related to the openId conf as it is not configured in the dev demo.
Timers were added to the jobs page
make it configurable urls in the json config
Support for just 'mo' make sense as well?
This already exists https://github.com/tmlee/time_difference
From a ruby perspective do you have a aversion to wrapping chronic with time_duration? Something like this: ``` ruby require 'chronic' require 'time_difference' humanStatement1 = "this tuesday 1pm" humanStatement2 =...
Use your NLP to tokenize the statements into the start date token and the end date token (humanStatement1 and humanStatement2)