Kinetic Discussions Discussion Update Version 1
Parameters
Name | Description |
---|---|
Error Handling | Determine what to return if an error is encountered. |
CE Space | The CE space of the discussion you are trying to create. Optional. Defaults to handler info property. |
Discussion ID | The ID of the discussion to update. |
Title | The title of the new discussion. |
Description | The description of the new discussion. |
Is Archived | Archived discussions do not allow new messages added to them. |
Is Private | Private discussions only allow people to see the discussion if they have been explicitly invited to it. Join policy is ignored if set to true. |
Join Policy | Security policy name for allowing people to join. |
Owning Users | JSON array of CE users allowed to manage the new discussion. |
Owning Teams | JSON array of CE team names allowed to manage the new discussion. |
Sample Configration
Name | Description |
---|---|
Error Handling | Error Message |
Discussion ID | 07b38300-0941-11e9-ac0a-c5718f33057b |
Title | Updating the discussion title |
Description | |
Is Archived | false |
Is Private | false |
Join Policy | Authenticated Users |
Owning Users | <%= ["admin@acme.com"].to_json %> |
Owning Teams | <%= ["Administrators"].to_json %> |
CE Space |
Results
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
Discussion | Details about the new discussion, JSON formatted. |
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform
Check it out