ADD Task Dynamically In camunda

Is there any way to add task to running process instance dynamically in camunda

Not really, you’d need to add the task to the BPMN model, then deploy it and finally migrate the instances you want from the older version to the newer one.