Skip to content

Commit

Permalink
chore(workflows-service): no longer importing from data-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Dec 26, 2024
1 parent 58181dc commit ba23735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class CaseManagementService {

const [{ ballerineEntityId }] = await this.workflowService.createOrUpdateWorkflowRuntime(
{
workflowDefinitionId: kycEmailSessionDefinition().id,
workflowDefinitionId: 'kyc_email_session_example',
parentWorkflowId: workflowId,
currentProjectId: projectId,
projectIds: [projectId],
Expand Down

0 comments on commit ba23735

Please sign in to comment.