Skip to content

Notify Terminate Provisioned Product Engine Workflow Result

servicecatalog_notify_terminate_provisioned_product_engine_workflow_result R Documentation

Notifies the result of the terminate engine execution

Description

Notifies the result of the terminate engine execution.

Usage

servicecatalog_notify_terminate_provisioned_product_engine_workflow_result(
  WorkflowToken, RecordId, Status, FailureReason, IdempotencyToken)

Arguments

WorkflowToken

[required] The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform product terminate workflow starts.

RecordId

[required] The identifier of the record.

Status

[required] The status of the terminate engine execution.

FailureReason

The reason why the terminate engine execution failed.

IdempotencyToken

[required] The idempotency token that identifies the terminate engine execution.

Value

An empty list.

Request syntax

svc$notify_terminate_provisioned_product_engine_workflow_result(
  WorkflowToken = "string",
  RecordId = "string",
  Status = "SUCCEEDED"|"FAILED",
  FailureReason = "string",
  IdempotencyToken = "string"
)