These fields are available for creating a new action.
Simple text field.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default='']
A text field which supports {{variables}}
in it.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default='']
A field which creates group_id automatically if it's not presented.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default='']
A field that can accept a value out of provided choices.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)choices
- list of available choices for the fielddefault
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''
A field that validates that value is a list.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''
A field that validates that value is a floating point number.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''
A field that validates that value is a integer number.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''
A boolean field.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''
A field that validates that value is a dictionary.
Params:
name
- name of the field in the shortcut'splist
file (in theWFWorkflowActionParameters
dictionary)default
[optional]required
[optional, default=True]capitalize
[optional, default=False]help
[optional, default=''