Interface MessageApi

    • Method Detail

      • createMessage

        void createMessage​(Message body)
        Send BPM message events Use this resource to send BPM message events. Message events are caught by processes using `catch message event` flow nodes (Start, intermediate, boundary or receive tasks).
        Parameters:
        body - A Message event (required)
      • createMessageWithHttpInfo

        ApiResponse<Void> createMessageWithHttpInfo​(Message body)
        Send BPM message events Similar to createMessage but it also returns the http response headers . Use this resource to send BPM message events. Message events are caught by processes using `catch message event` flow nodes (Start, intermediate, boundary or receive tasks).
        Parameters:
        body - A Message event (required)