swf_deprecate_activity_type: Deprecates the specified activity type

View source: R/swf_operations.R

swf_deprecate_activity_typeR 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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.