cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow - New Attachment Workflow is Re-triggered

06-25-2020 12:55 PM
suwandi_cahyadi Contributor
556 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

There is a custom workflow for Purchase Order, whenever user attach a new attachment to the PO, the existing approval work item will be cancelled (status is logical deleted) and a new workflow will be triggered which include the attachment.

Question is, is this standard behavior or custom?

Thank you.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

StephaneBailleu
Active Contributor
0 Likes

Hi

I would say custom.

You shall check what is the triggering event in your new workflow intance,

In Standard (not flexible workflow) the PO approval is based on the release strategy and start only when a release step is created.

Release step are regenerated depending on condition in the release step customising but to simplify on price modification.

So My guess would be that you have a custom event (or 'customised' the significantlychanged event) that ending the previous workflow and starting the new one.

Cheers

Stephane