swf_deprecate_activity_type {paws.application.integration} | R Documentation |
Deprecates the specified activity type
Description
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.
Usage
swf_deprecate_activity_type(domain, activityType)
Arguments
domain |
[required] The name of the domain in which the activity type is registered. |
activityType |
[required] The activity type to deprecate. |
[Package paws.application.integration version 0.7.0 Index]