Activity-Beta: Conditional User input or check

0 votes
asked Dec 28, 2016 in Wanted features by anonymous

Hi,

In the current Activity-Beta, there is no quick way to tell if the 'conditional' is a test or if it is a 'user input' where the user can select 'Yes' or 'No'.

I would like to have explained in the help/manual or with a new symbol how the difference between a 'user input' and a 'check' is visualized with plantUML. E.g. in the example below 'Display question' is a 'user question' and 'user input' and 'containsUnreadableFiles' is a check:

start
        if(isSetOfFiles?) then (No)
        else(AS1: Yes)
            if(Display question) then (OK)
            else(Cancel)
                stop
            endif
        endif
		if(containsUnreadableFiles?) then (AS2: Yes)
			:System: display dialog with warning;
		else(No)
		endif
	:Systeem: Change version file(s) ;
	note left
		SE2
	end note  
stop

 

Thanks in advance for the help

1 Answer

0 votes
answered Feb 9, 2017 by plantuml (295,000 points)
This is a good suggestion.

However, do you have a suggestion for the drawing of a "user input" ?

If you could find such examples, it would really help.

Thanks!
...