Skip to content

Step 5 - Review the Results and Schedule the Workflow

Everything is built, so the last step is to run the Workflow, look at what came out, and put it on a schedule.

Run the Workflow and let it complete, then walk the Output Pipeline from its first transformation to its last. That walk is worth taking once, because it shows exactly what the audit log gained on the way through.


  1. Click Pipelines.

  2. Open the Output Pipeline.

  3. See the raw Anaplan fields going in.

  4. Select the last step, Keep only target columns in order.

  5. See the finished audit log coming out.

The first transformation shows what Anaplan actually returns: sparse columns with names like additionalAttributes.actionName, IDs with no context, and timestamps as Unix epoch milliseconds. The last one shows the finished audit log: AUDIT_ID, EVENT_DATE, EVENT_TIMEZONE, USER_NAME, WORKSPACE_NAME, MODEL_NAME, ACTION_NAME and the rest, in a fixed order, fully populated, ready to hand to a BI tool without further work.

Five numbered panels walking the Output Pipeline from raw Anaplan fields like additionalAttributes.actionName through parse and rename steps to a finished table of LOAD_ID, BATCH_ID, AUDIT_ID, EVENT_DATE and EVENT_TIMEZONE.


This is a reminder rather than new setup. You chose this value back in Step 1, when you created the Anaplan - Events dataset and set Interval (hours) wide enough to backfill real history. This is the point in the process where you change it.

The dataset is still pointed at that wide lookback, so once the initial load is done, narrow it.

RunInterval (hours)Covers
Initial load72030 days, standard Anaplan retention
Initial load216090 days, Anaplan Enterprise, the maximum
Every run after24the trailing day, matched to a daily schedule

Use the built-in Nexadata scheduler to run the Workflow every 24 hours so the audit log keeps itself current without anyone starting it by hand. Pair a 24 hour schedule with a 24 hour interval and each run picks up exactly the events since the last one.

🔗 Workflow Schedules


Back