camunda-external-task-client-java icon indicating copy to clipboard operation
camunda-external-task-client-java copied to clipboard

Get Input and output parameters for external task

Open FlackMonkey opened this issue 4 years ago • 0 comments

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:

  1. camunda:inputParameter -> ExternalTask::getInputParameters -> Map<String,TypedValue>
  2. camunda:outputParameter ExternalTask::getOutputParameters -> Map<String,TypedValue>

FlackMonkey avatar Aug 31 '20 11:08 FlackMonkey