Skip to content

Commit 6c1f55b

Browse files
authored
workflow name fix (#85)
1 parent 756f117 commit 6c1f55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio-transcript/scheduleWorkflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function scheduleWorkflow(input: TranscribeAndTranslateWorkflowInput) {
1111
try {
1212
const workflowId = `${Date.now()}-transcribeAndTranslateWorkflow`;
1313
await client.scheduleWorkflow({
14-
workflowName: 'transcribeAndTranslateWorkflow',
14+
workflowName: 'transcribeAndTranslate',
1515
workflowId,
1616
input,
1717
});

0 commit comments

Comments
 (0)