Skip to content

V6 Trigger Migration Guide

emimaesmith edited this page Feb 1, 2019 · 1 revision

WIP

Scale V6 Trigger Migrations

This guide outlines how to transition an existing Strike or Scan and recipe trigger to the new v6 recipe of recipes system. Scale v6 removes triggers

In Scale v6, recipes are now triggered directly from the Strike or Scan that ingested a file. It is assumed, for jobs that depend on the data type of a file, that the first job of the triggered recipe will parse the incoming ingested file and use conditional statements to run the jobs corresponding to the proper data types.

The new recipe of recipe system assumes the following:

  • One Strike or Scan will be created for each recipe
  • If data parsing is required, the first job in a recipe will the the parser and utilize recipe conditions to run the corresponding jobs/recipes based on data types.
Clone this wiki locally