flow

Download 2
Last updated May 11, 2026

flow-activate-employee-batch

Activate employees in flow from pipeline input.

The following fields are read from each input row:

  • emp_key (STRING, required): Target employee key
  • emp_name (STRING, required): Employee name Per-row result is written to '_result' and '_error' fields.
flow-activate-employee-batch profile=PROFILE [dry-run=DRY-RUN]
profile=PROFILE
flow connect profile
dry-run=DRY-RUN
Dry run mode (t or f, default: t)

Output Fields

FieldTypeNameDescription
_resultStringResultsuccess or fail
_errorStringErrorError message on failure.