The Batch process is a Fabric utility that can be used to run multiple commands on a list of instances, regardless of its size or type.
The Batch process is used to trigger the following:
Fabric's integrated Batch process provides the following advantages to ensure the smooth execution of heavy-resources demanding processes:
Instances Sync (Migration)
BATCH LU ('LUI','LUI2','LUI3','LUI4') FABRIC_COMMAND="sync_instance LU.?" with ASYNC='true';
Broadway Flows Execution
BATCH LU FABRIC_COMMAND="broadway LU.SampleFlow SampleIID=?" with async=true;
CDC Republish
BATCH LU from fabric FABRIC_COMMAND="cdc_republish_instance Customer.?" with async=true;
The Batch process is a Fabric utility that can be used to run multiple commands on a list of instances, regardless of its size or type.
The Batch process is used to trigger the following:
Fabric's integrated Batch process provides the following advantages to ensure the smooth execution of heavy-resources demanding processes:
Instances Sync (Migration)
BATCH LU ('LUI','LUI2','LUI3','LUI4') FABRIC_COMMAND="sync_instance LU.?" with ASYNC='true';
Broadway Flows Execution
BATCH LU FABRIC_COMMAND="broadway LU.SampleFlow SampleIID=?" with async=true;
CDC Republish
BATCH LU from fabric FABRIC_COMMAND="cdc_republish_instance Customer.?" with async=true;