We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f90d0e commit 0da2543Copy full SHA for 0da2543
1 file changed
packages/core/src/main/models/FlowType.ts
@@ -26,10 +26,12 @@ export class FlowType {
26
public static readonly processBuilder = ["Workflow"];
27
public static readonly surveyTypes = ["Survey"];
28
public static readonly unsupportedTypes = [
29
+ "ActionPlan",
30
+ "UserProvisioningFlow",
31
"CheckoutFlow",
32
"FSCLending",
- "FSCLending",
33
"LoyaltyManagementFlow",
34
+ "JourneyBuilderIntegration",
35
];
36
public static readonly visualTypes = [
37
"Flow",
@@ -39,7 +41,6 @@ export class FlowType {
39
41
"Appointments",
40
42
"ActionCadenceStepFlow",
43
"ContactRequestFlow",
- "ContactRequestFlow",
44
"CustomerLifecycle",
45
"FieldServiceMobile",
46
"FieldServiceWeb",
0 commit comments