Hello,
I am about to promote the use of Comala workflows as a documentation management system for the Project Managers at my job. Before I can do this I have to demonstrate that it's possible to print signed documents (the Confluence page) with all Approvals embedded. This use case stems from the need to comply with a Records Retention policy that requires PDFs of signed project artefacts be stored on archived media for seven years.
In my tests, the Confluences pages that use Comala workflows are printed out without any eSignature. Is there a way to force the printing of the workflow reviews, perhaps in a footer page of the document?
Thanks
Hello @John,
This is possible. The easiest way to include this is to use the markup editor (https://wiki.comalatech.com/display/CDML/Markup+Editor+in+workflow+builder) and test the following markup:
{workflow:name=Approval in Footer}
{pagefooter:visibility=all}
----
h1. Approval status
|| Document Status |{pagestatus}|
|| Approved By |{get-metadata:approvedby}|
|| Approval Date/Time |{get-metadata:approveddate}|
|| Approval Comment |{get-metadata:approvalcomment}
{pagefooter}
{state:In Progress|approved=Approved|taskable=true}
{approval:Review|assignable=true}
{state}
{state:Approved|final=true|updated=In Progress|hideselection=true}
{state}
{trigger:pageapproved|approval=Review}
{set-metadata:approvedby}@Review>approvers>wiki-link@{set-metadata}
{set-metadata:approveddate}@datetime@{set-metadata}
{set-metadata:approvalcomment}@approvalcomment@{set-metadata}
{trigger}
{workflow}
If you have any questions please let me know here, or if you prefer reach out to our support team at https://support.comalatech.com
Kind regards
James
Senior Product Manager
James, this works. I don't know how, and I've spent more time that I care to admit reading up on macros, triggers and workflow states, but it works. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, is this possible with Cloud? If so, how? Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stella,
We currently do not have this capability in Comala Document Management Cloud, however it is something that we are looking to add.
Could you contact me via https://support.comalatech.com with some more details of your use case so that I can confirm we'll be able to support your needs.
Thanks in advance
James
Senior Product Manager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi James,
Thank you for your response. I have submitted a Support request already, and it says it has been received and is being reviewed. The support ticket number is SUPPORT-10736. Please let me know of any updates. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @James Conway
it's been quite awhile since the question has been raised.
I'd be very keen to learn if print out of approved pages has been extended to Cloud version too.
Appreciate your kind response!
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.