Hi all,
There are some example for Get Metadata macro from Comala Workflows plugin ?
The plugin documentation is completelly incompreensive at:
https://wiki.comalatech.com/display/CW/get-metadata+macro
Thanks in advance.
Hey, I solved as follow.
The key needs to be set first either as metadata or workflow parameters.
Here are some examples how to set metadata using statechanged or pageapproved triggers.
Example of using pageapproved trigger.
{trigger:pageapproved|approval=Review}
{set-metadata:ReviewApprover}[~@approvaluser@]{set-metadata}
{trigger}
Example of using statechanged trigger:
{trigger:statechanged|state=Approved}
{set-metadata:Approver}[~@Review>approvaluser@]{set-metadata}
{trigger}
How to get approver values more than one, If we add multiple approvers,its getting file id of the users not the name.Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.