Get details of specified workflow.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, GetWorkflowCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, GetWorkflowCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new GetWorkflowCommand(input); const response = await client.send(command);
GetWorkflowCommandInput for command's input shape.
input
GetWorkflowCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Get details of specified workflow.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, GetWorkflowCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, GetWorkflowCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new GetWorkflowCommand(input); const response = await client.send(command);
GetWorkflowCommandInput for command's
input
shape.GetWorkflowCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.