PluginAction
class flow_api.plugin_action.PluginAction(select=None, cls=None, init=None, by='name', allow_normal=True, allow_deleted=False, commit=False, color=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, execution_location=<class 'flow_api.system.NotSet'>, flow_id=<class 'flow_api.system.NotSet'>, icon=<class 'flow_api.system.NotSet'>, is_enabled=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, parent_plugin_action_id=<class 'flow_api.system.NotSet'>, plugin_id=<class 'flow_api.system.NotSet'>, record_filter=<class 'flow_api.system.NotSet'>, record_type=<class 'flow_api.system.NotSet'>, type=<class 'flow_api.system.NotSet'>, debug=False)
Base class: Row
A PluginAction creates an Execution of a Flow. The id of the Resource where the PluginAction originates from, is passed to the Execution as an input value.
Parameters
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| by | str | |
| cls | typing.Union[ type, NoneType ] | |
| color | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| commit | bool | |
| debug | bool | |
| description | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| execution_location | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| flow_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| icon | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| init | typing.Union[ dict, NoneType ] | |
| is_enabled | typing.Union[ flow_api.system.NotSet, bool, NoneType ] | |
| name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| parent_plugin_action_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| plugin_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| record_filter | typing.Union[ flow_api.system.NotSet, typing.Any ] | |
| record_type | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
| select | typing.Union[ str, NoneType ] | |
| type | typing.Union[ flow_api.system.NotSet, str, NoneType ] |