Email Action
<Transition Value="Draft" NextValue="Released">
<Action Action="Email" ActionDataId="myEmailAction"/>
</Transition>
<ActionDatas>
<EmailData Id="myEmailAction" NotifyUsersInAttribute="Assigned To">
<UserGroupToNotify>Testers</UserGroupToNotify>
</EmailData>
</ActionDatas>
</Workflow>Parameters
NotifyUsersInAttribute
Sending Email to User Groups (optional)
Last updated
Was this helpful?