Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 844 Bytes

File metadata and controls

17 lines (9 loc) · 844 Bytes

StepConfig

One step in a workflow, backed by a single connector. A connector is the compliance provider integration that does the work — kyt_trmlabs is TRM Labs. The step declares which operations that connector handles; a screening naming an operation no step is configured for is refused, and the error reports the supported set.

Properties

Name Type Description Notes
stepId String Unique within the workflow.
connectorId String Identifies which connector this step invokes.
operations List<StepOperationConfig> One entry per operation the step's connector handles.
order Integer Execution order among the workflow's steps, lowest first.