customerprofiles_get_workflow_steps: Get granular list of steps in workflow

View source: R/customerprofiles_operations.R

customerprofiles_get_workflow_stepsR Documentation

Get granular list of steps in workflow

Description

Get granular list of steps in workflow.

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

Usage

customerprofiles_get_workflow_steps(
  DomainName,
  WorkflowId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

WorkflowId

[required] Unique identifier for the workflow.

NextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

MaxResults

The maximum number of results to return per page.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.