customerprofiles_list_workflows: Query to list all workflows

View source: R/customerprofiles_operations.R

customerprofiles_list_workflowsR Documentation

Query to list all workflows

Description

Query to list all workflows.

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

Usage

customerprofiles_list_workflows(
  DomainName,
  WorkflowType = NULL,
  Status = NULL,
  QueryStartDate = NULL,
  QueryEndDate = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

WorkflowType

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

Status

Status of workflow execution.

QueryStartDate

Retrieve workflows started after timestamp.

QueryEndDate

Retrieve workflows ended after timestamp.

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.