Add endpoint participant
This activity adds a workflow instance to a chat conversation so that the workflow can receive notifications for chat messages.
| Parameters | Description |
|---|---|
|
ConversationId |
Chat conversation Id. |
|
UserId |
User ID of the user to be added to the conversation. |
|
Endpoint |
Workflow ID to be added to the conversation. |
| Parameters | Description |
|---|---|
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
Result |
Response to the request. |
↑