Function getWorkflowByStudioSlug
- getWorkflowByStudioSlug(
__namedParameters: {
$type?:
| "create"
| "deploy"
| "destroy"
| "reusable"
| "rollback"
| "starter";
description?: string;
displayName?: string;
pageable: Pageable;
slug?: string;
studioSlug: string;
xWorkspaceId?: string;
},
opts?: RequestOpts,
): Promise<PageGetWorkflowsByStudioResponse> Parameters
- __namedParameters: {
$type?:
| "create"
| "deploy"
| "destroy"
| "reusable"
| "rollback"
| "starter";
description?: string;
displayName?: string;
pageable: Pageable;
slug?: string;
studioSlug: string;
xWorkspaceId?: string;
} Optionalopts: RequestOpts
Get workflows from studio