Forum Discussion

danszczepanski's avatar
danszczepanski
New Contributor III
21 days ago
Solved

Sequence not performing appropriately in WF

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.

  • 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. 

2 Replies

  • sameburn's avatar
    sameburn
    Icon for OneStream Employee rankOneStream Employee

    Hi danszczepanski​ 

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

    Sam

    • danszczepanski's avatar
      danszczepanski
      New Contributor III

      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.