Close
    logoCloudomation Docs

    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.

    :py:obj:flow_api.message.Message

    PropertyDescriptionType
    idUUID()
    identity_idThe ID of the identity which created the message.UUID()
    message_typeThe type of the message.Enum('SUCCESS', 'INFO', 'WARNING', 'ERROR', 'POPUP', name='messagetype')
    subjectThe message subject.String(length=128)
    bodyThe body of the message form.JSONB(astext_type=Text())
    responseThe response given by a user.JSONB(astext_type=Text())
    size_bytesBigInteger()
    Previous
    Execution
    Next
    Process