Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Skip bundle activity
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Dec 1, 2023
1 parent 9ed1788 commit 13512bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/workflow/processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,9 @@ func (w *ProcessingWorkflow) SessionHandler(sessCtx temporalsdk_workflow.Context
if !checkStructureRes.Ok {
return sfa_activities.ErrInvaliSipStructure
}
tinfo.TempFile = sipCreation.NewSipPath
tinfo.req.IsDir = true

// Skip bundle activity.
tinfo.Bundle.FullPath = sipCreation.NewSipPath

return nil
}()
Expand Down

0 comments on commit 13512bd

Please sign in to comment.