Skip to main content
March 23, 2026
Solved

Sequence not performing appropriately in WF

  • March 23, 2026
  • 1 reply
  • 2 views

Hello,

I have Product and Customer allocations that I would like to be ran on the process step of the Workflow.

The weird challenge that I am running into is that when I run each step of the sequence on its own, the allocations are executing as expected. When I run all of the allocations with one sequence/in the Workflow, my allocations are producing errant results. (E.g. my allocated-in amount in is only a small fraction of my allocated-out amount.)

Is there a property I am missing on a sequence or workflow that may cause problems if not handled appropriately? 

I am calling the sequence with a No Calculate in the WF, which executes a handful of Finance BR Calcs.

Best answer by danszczepanski

Hi sameburn​

I found out my calculation was not calculating durable data and, in my sequence, included a Translate, thus skewing all data once previously existed prior to translating. 

1 reply

March 24, 2026

Hi danszczepanski​ 

What happens when you run the sequence on it's own via Data Management (instead of using the Event Handler)?

Sam

danszczepanskiAuthorAnswer
March 24, 2026

Hi sameburn​

I found out my calculation was not calculating durable data and, in my sequence, included a Translate, thus skewing all data once previously existed prior to translating.