swf_deprecate_activity_type {paws.application.integration} | R Documentation |
Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run.
See https://www.paws-r-sdk.com/docs/swf_deprecate_activity_type/ for full documentation.
swf_deprecate_activity_type(domain, activityType)
domain |
[required] The name of the domain in which the activity type is registered. |
activityType |
[required] The activity type to deprecate. |