swf_undeprecate_activity_type {paws.application.integration}R Documentation

Undeprecates a previously deprecated activity type

Description

Undeprecates a previously deprecated activity type. After an activity type has been undeprecated, you can create new tasks of that activity type.

See https://www.paws-r-sdk.com/docs/swf_undeprecate_activity_type/ for full documentation.

Usage

swf_undeprecate_activity_type(domain, activityType)

Arguments

domain

[required] The name of the domain of the deprecated activity type.

activityType

[required] The activity type to undeprecate.


[Package paws.application.integration version 0.6.0 Index]