public interface CustomAction extends ProgramLifecycle<CustomActionContext>
Modifier and Type | Method and Description |
---|---|
void |
configure(CustomActionConfigurer configurer)
Configure the custom action.
|
void |
run()
Implementation should contain the code that will be executed by Workflow at runtime.
|
destroy, initialize
void configure(CustomActionConfigurer configurer)
configurer
- the CustomActionConfigurer
used to configure the action.Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.