Skip to content

(SActivitySequencer): emit a signal when the activity requires additional data

Emilie WERNERT requested to merge activity-sequencer-dataRequired-signal into dev

What does this MR do?

The service emits a signal 'dataRequired' if the activity can not be launch because some data are missing. It allows to connect it to a SActivityWizard to select new data.

How to test it?

Test all the application using a sequencer. It should not change anything.
Test ExActivities

Edited by Emilie WERNERT

Merge request reports