Skip to content

Commit 884217b

Browse files
committed
updating templates and workflow
1 parent 7950264 commit 884217b

File tree

2 files changed

+32
-69
lines changed

2 files changed

+32
-69
lines changed

server/assets/templates/I9.template.js

Lines changed: 13 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/assets/workflows/I9.workflow.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,25 @@ const workflow1_9 = (templateId, accountId) => ({
12221222
},
12231223
},
12241224
},
1225+
{
1226+
id: '7578825c-b950-4a94-9561-8ff228a099ea',
1227+
name: 'Show a Confirmation Screen',
1228+
moduleName: 'ShowConfirmationScreen',
1229+
configurationProgress: 'Completed',
1230+
type: 'DS-ShowScreenStep',
1231+
config: { participantId: '2195eeb5-d97e-4c9e-932a-fe97d0373a54' },
1232+
input: {
1233+
httpType: 'Post',
1234+
payload: {
1235+
participantId: '2195eeb5-d97e-4c9e-932a-fe97d0373a54',
1236+
confirmationMessage: {
1237+
title: 'Check your email to continue',
1238+
description: 'Check your email to complete the workflow'
1239+
}
1240+
}
1241+
},
1242+
output: {}
1243+
},
12251244
{
12261245
id: '2627d128-f715-4677-93f5-7be9db4e4cce',
12271246
name: 'Get Signatures',

0 commit comments

Comments
 (0)