Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Post-load processing can be modified based on specific client requirements. In this step, we offer the option to run a specific client workflow after the data load. Since we do not know which workflow will be run and how many and which parameters this workflow will need, we have reserved 15 parameters (PostloadParam1..15) to serve as a container of standard workflow parameters. The post-load workflow should be configured to unwrap this container and use these parameters as standard for further processing.

Note

Post-load processing can be done only if the eagle_wrf_generic_load solution was started using the Control Message.

Post-Load Parameters

The following table lists required post-load parameters to start the post-load workflow.

Parameter

Example of value

Default Value

Comments

PostloadWorkflow

eagle_default_nuggetizer

 

Name of the post-load workflow that will be started after the data load.

The following table lists optional post-load parameters for the post-load workflow.

Parameter

Example of Value

Default Value

Comments

PostloadParam1

TEST1

 

 
 
 
These parameters are passed to the post-load workflow where they are processed.
 

PostloadParam2

TEST2

 

 

...

 

 

 

PostloadParam15

TEST3

 

 


  • No labels