swf_deprecate_workflow_type: Deprecates the specified workflow type

View source: R/swf_operations.R

swf_deprecate_workflow_typeR Documentation

Deprecates the specified workflow type

Description

Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated continues to run. A deprecated workflow type may still be used when calling visibility actions.

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

Usage

swf_deprecate_workflow_type(domain, workflowType)

Arguments

domain

[required] The name of the domain in which the workflow type is registered.

workflowType

[required] The workflow type to deprecate.


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.