Skip to main content

Init Batch

The Init Batch activity initializes a new batch processing session.

Configuring the Init Batch Activity

To configure the Init Batch activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredUnique name for this batch initialization activityMyActivity
DescriptionOptionalHelpful description of this activity's purposeReads a file from S3
Batch IdOptionalUnique identifier for the batch to create
TTLOptionalTime-to-live in hours for the batch
Use Batch if ExistOptionalWhen checked, reuses an existing batch if found instead of creating a new one

Advanced

FieldRequiredDescriptionExample
Notify On EventsOptionalSelect one or more events you want to be notified about. When this event occurs, workflow specified will be triggered Options: None, Batch Created, Records Added, Records Processed.None, Batch Created, Records Added
Auto Process EventsOptionalSelect one or more events that should trigger automatic processing. When this event occurs, workflow specified will be triggered Options: None, Batch Created, Records Added, Records Processed.None, Batch Created, Records Added
Processing WorkflowOptionalIdentifier of the workflow to execute for Auto Process Events or Notification Eventsprocess-records-flow
Processing Workflow VersionOptionalVersion number of the workflow used for processing events.
Processing LimitOptionalMaximum number of records that can be processed simultaneously

Input

FieldRequiredData TypeDescriptionExample
Batch IdOptionalStringUnique identifier for the batch
Total RecordsOptionalNumberInitial number of records in the batch
TtlOptionalNumberTime-to-live in hours for the batch
Processing LimitOptionalNumberMaximum records that can be processed simultaneously
Re Use BatchOptionalBooleanWhether to reuse an existing batch if found
ContextOptionalObjectAdditional context information for the batch
RecordsOptionalArrayInitial records for the batch

Output

FieldRequiredData TypeDescriptionExample
StatusOptionalStringStatus of the initialization operation
Processing LimitOptionalNumberMaximum number of records that can be processed simultaneously
Ttl SecondsOptionalNumberMaximum number of records that can be processed simultaneously