Other Steps
- class FunctionStep(func)[source]
Executes a custom function with full access to the current task context.
- Parameters:
func (
Callable[[TaskContextInterface],None]) – Function or callable to execute, it must accept single argument:TaskContextinstance.