camunda-external-task-client-java
camunda-external-task-client-java copied to clipboard
Get Input and output parameters for external task
Would be nice to have input and output parameters (key,value pairs) variables get methods in org.camunda.bpm.client.task.ExternalTask, which represent camunda:inputOutput tag:
- camunda:inputParameter -> ExternalTask::getInputParameters -> Map<String,TypedValue>
- camunda:outputParameter ExternalTask::getOutputParameters -> Map<String,TypedValue>