Runs the specified Connery action with the provided input.
runAction(actionId: string, input: Input = {}): Promise<string>| Name | Type | Description |
|---|---|---|
actionId* | string | The ID of the action to run. |
input | Input | Default: {}The input object expected by the action. |