Embedded Forms - File Upload Indicator

Hi,

I would like to know if camunda’s embedded forms have a built in “busy/loading” indicator which can be used for during upload of files to camunda variables on form submission or should I just built this in myself?

It would be great to have a builtin $scope.setProgressIndicator(true) API for such tasks.

Regards

Hi @some-camunda-user

I recommend to build this on your own :slight_smile:

Best
Felix

1 Like

Thanks, luckily not a lot of effort, more a nice to have.