Skip to main content
Version: 6 - Palatschinke

Message

class resources.message.Message

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 Flow Api class at Message

PropertyDescriptionTypeImport/Export
activity_typeEnum('EXECUTION', 'MESSAGE', 'PROCESS', name='activitytype')neither
bodyThe body of the message form.JSONB(astext_type=Text())both
created_atDateTime(timezone=True)export only
created_byUUID()export only
deleted_atDateTime(timezone=True)export only
deleted_byUUID()export only
idUUID()neither
is_archivedBoolean()both
is_openedBoolean()neither
is_pinnedBoolean()neither
is_submittedIf the response was submitted by the user.Boolean()both
message_typeThe type of the message.Enum('SUCCESS', 'INFO', 'WARNING', 'ERROR', 'POPUP', name='messagetype')both
modified_atDateTime(timezone=True)export only
modified_byUUID()export only
nameString(length=128)both
organization_idUUID()export only
project_idUUID()both
record_typeEnum('CONNECTOR', 'FILE', 'FLOW', 'GIT_CONFIG', 'IDENTITY', 'OAUTH', 'ORGANIZATION', 'PLUGIN', 'PROJECT', 'RESOURCE', 'ROLE', 'SCHEDULE', 'SCHEDULER', 'SCHEMA', 'SEARCH', 'SETTING', 'SYNC_CONFIG', 'TAG', 'USER', 'VAULT_CONFIG', 'WEBHOOK', 'WORKSPACE', 'WRAPPER', 'RESOURCE_WRAPPER', 'EXECUTION', 'MESSAGE', 'PROCESS', name='tabletype')neither
responseThe response given by a user.JSONB(astext_type=Text())both
size_bytesBigInteger()neither
subjectThe message subject.String(length=128)both
workspace_idUUID()export only