ActionTask type
An action task type indicates the type of action task.
KnownActionTask can be used interchangeably with ActionTask,
this enum contains the known values that the service supports.
Known values supported by the service
None: No action task.
PreActionTask: Pre-action task.
PostActionTask: Post-action task.
type ActionTask = string