Forms
You can configure client methods to be called from the WPF Designer.
The following methods are available when configuring forms only.
Attribute | Description | |
---|---|---|
AcquireTaskStep | Allows a form to acquire the selected task step. | |
CancelForm | Cancels the current form. | |
ReleaseTaskStep | Allows a form to release the selected task step. | |
Set Selected Task | When set, the task, based on the task name, immediately selects the task if it exists in the list. If the task is not in the list, it caches the task name and searches for it the next time it is looking for a task to run. | |
Set Selected Task Step | When set, the task step, based on the task step name, immediately selects the task step if it exists in the list. | |
SubmitForm | Submits the current form. |