camunda / camunda-external-task-client-java

This codebase was merged with https://github.com/camunda/camunda-bpm-platform. Only some maintenance branches might still be active.
60 stars 49 forks source link

Get Input and output parameters for external task #101

Open FlackMonkey opened 4 years ago

FlackMonkey commented 4 years ago

Would be nice to have input and output parameters (key,value pairs) variables get methods in org.camunda.bpm.client.task.ExternalTask, which represent tag:

  1. -> ExternalTask::getInputParameters -> Map
  2. ExternalTask::getOutputParameters -> Map