Delivery action "Prepare and start" visible for particular operator group
I want to make changes xtk.workflow input form for " <form name="delivery" type="notebook"> ". want to visible the following code for particular operator group
<input checkedValue="2" label="Prepare and start" type="RadioButton" xpath="@actionType"/>
Something like
<container type="visibleGroup" visibleIf=".....">
<input checkedValue="2" label="Prepare and start" type="RadioButton"
xpath="@actionType"/>
</container>
what should i use in visible-if condition to check operator group or name rights
Please help needed.
Thanks in advance.