Development stages
You can use several development stages to help develop and test flows.
Note: Do not use
development stages in production flows.
You can use the following stages when developing or testing flows:
- Dev Data Generator source
- Generates records with the specified field names, field types, and field attributes. For the field type, you can select a data type, such as String and Integer, or a type of data, such as address information, phone numbers, and book titles.
- Dev Random Record Source source
- Generates records with the configured number of Long fields. You can define a delay between batches and a maximum number of records to generate.
- Dev Raw Data Source source
- Generates records based on user-supplied data. You can enter raw data, select the data format of the data, and then configure any format-related configuration options.
- Dev Identity processor
- Passes all records through to the next stage. Use as a placeholder in the flow. You can define required fields and preconditions, and configure stage error handling.
- Dev Random Error processor
- Generates error records so you can test flow error handling. You can configure the stage to discard records, define required fields and preconditions, and configure stage error handling.
- Dev Record Creator processor
- Generates two records for each record that enters the stage. You can define required fields and preconditions, and configure stage error handling.
- To Event target
- Generates events for testing event handling functionality. To generate events, select the Produce Events property.