View source: R/swf_operations.R
swf_deprecate_activity_type | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.