| 552 | * like CREATE or MERGE that require at least one input path. |
| 553 | */ |
| 554 | export class StartStep extends Step<StartStepConfig> { |
| 555 | public get name() { |
| 556 | return "Start"; |
| 557 | } |
nothing calls this directly
no outgoing calls
no test coverage detected