swf_delete_workflow_type {paws.application.integration}R Documentation

Deletes the specified workflow type

Description

Deletes the specified workflow type.

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

Usage

swf_delete_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 delete.


[Package paws.application.integration version 0.7.0 Index]