Message
class flow_api.message.Message(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, body=<class 'flow_api.system.NotSet'>, bundle_id=<class 'flow_api.system.NotSet'>, bundle_name=<class 'flow_api.system.NotSet'>, commit_message=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, is_submitted=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, message_type=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, project_id=<class 'flow_api.system.NotSet'>, project_name=<class 'flow_api.system.NotSet'>, response=<class 'flow_api.system.NotSet'>, subject=<class 'flow_api.system.NotSet'>, track_in_git=<class 'flow_api.system.NotSet'>, debug=False, request=None, message=None)
Base class: Activity
There are two uses for messages:
- A form which a user can fill out to provide data to an execution,
- A message generated by an execution to inform a user.
See the corresponding Resources class at Message
Parameters
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| body | Union | |
| bundle_id | Union | |
| bundle_name | Union | |
| by | str | |
| cls | Optional | |
| commit | bool | |
| commit_message | Union | |
| debug | bool | |
| description | Union | |
| init | Optional | |
| is_readonly | Union | |
| is_submitted | Union | |
| location_inheritance | Union | |
| message | Optional | |
| message_type | Union | |
| name | Union | |
| project_id | Union | |
| project_name | Union | |
| request | Optional | |
| response | Union | |
| select | Optional | |
| subject | Union | |
| track_in_git | Union |