Workspace Save As Draft feature

Workspace allows you to save a form as a draft. What happens to draft
documents that are accummulated, but never acted upon, due to
circumstances like the user is no longer using workspace, or has left
the company, etc? I mean, I know that once the form is submitted and the workflow is activated, you can set expirations and escalations. But what if the person initiates a form, and saves it as draft, thereby NEVER submitting it to the workflow process?
Considering what I've been learning, I think that I must create a custom render service that first sets expiration dates and then render the form and then workspace-enables the form?
Please advise,
Regards,
Elaine

Here I go reviving a dead thread (yay zombies!) but I've run into this same topic recently, and wanted to share what I learned.
Saving a form as Draft within Workspace results in a write to the database.  That's mostly obvious, it has to be persisted somewhere.  The problem is exactly WHERE in the database, and WHAT can you do about "old" drafts.
WHERE is the Task table, tb_tasks, and the Form Data table, tb_form_data.  You can find all of the draft forms in your system with a query like this:
SELECT TT.instructions, TT.task_description, TT.step_name, TT.service_title, TF.initformvariable, TP.canonicalname, TP.commonname, TT.start_time, TT.process_instance_id
FROM tb_task TT, tb_form_data TF, edcprincipalentity TP, tb_assignment TA, tb_queue TQ
where TT.id = TF.task_id AND TT.status in (2, 4) and TT.current_assignment_id = TA.id and TQ.workflow_principal_id = TP.id AND TQ.id = TA.queue_id
Note that digging around like this is not recommended at all!  At least this is just a query, not a DB change, but there's no guarantees that indices are properly used and running this query won't consume your resources!
The draft form is in the TF.initformvariable.  The rest are there to be informative to the reader.  The TF.initformvariable column equates to a LiveCycle Document data type.  You can't really hand edit it or anything.
WHAT you can really do with this is, unfortunately, not much directly.  The good news is that as a Task item, old drafts should I believe get cleaned up using the Adobe Purge Utility, or the Avoka Purge Utility for a bit of a plug.
Jeff Yates
www.avoka.com

Similar Messages

  • Adobe LiveCycle Workspace "Save as Draft" option

    Hi,
         I have XDP form designed using Adobe Form Designer 9.0.0.2 which has WSDL Data connections to fetch data from database to populate the form. This form has to be displayed in workspace for completion process with Reader Extension (Database and Web service Connectivity).  But when I display this form with Reader Extension in workspace I can see only complete button, save and offline button as not available.
    I have a requirement to complete the form to initiate the Process – by pressing complete button which is working fine.
    But to save the form to the initiator’s draft folder there is no save button available how to enable “save as draft” option for the above mentioned form.
    Regards,
    Chalukya.

    Hi Jon,
    Thanks a lot for your responce.
    I am submitting my form as XDP.
    Let me brief you –
    When I am submitting my form as XDP without any Reader Extensions Applied to it then I
    can see all three buttons : Complete, Save and Offline, in Workspace.
    But as I apply Reader Extension (Database and Web service connectivity) and submit as XDP
    then I can see only Complete button and not Save and Offline buttons.
    Regards,
    Chalukya.

  • New to using workspace - Save as Draft button

    Background work:
    1.  I have a separate process that generates a pdf document to be used by a team member.  These files is saved to a network drive.  It takes to long to generate the document dynamically.
    2.  Within workspace, I have a start process card that displays a form to enter member id and state.  This form displays the "save" and "complete" buttons.  Fill in the info and select "complete".
    3.  This starts the process to assign a task to the team member.  It goes out to the network drive and gets the correct pdf document to be used for the application.  It is assigned to a document variable.  The task uses this document variable as the User Interface for the task. 
    4.  The team member goes out to the queue and starts the task.
    5.  The pdf document opens correctly within workspace.
    The issue I have is that it doesn't have a "Save" button to save the document in the drafts folder.  How do I enable this feature or get it to work correctly?
    PDF document Info:
    Able to save locally using the save button within reader.  There is no save or submit button on the forms.
    I believe it uses reader extentions.
    A packet of several forms with heavy use of javascript.

    I think you need to check the Reader Extension on your fomr. Below post also talks about the same:
    http://forums.adobe.com/thread/775021
    Regards,
    Varun Nohria

  • Save in draft folder - problem

    As I understand it, the save in draft folder function is supposed to appear only for XDP forms.  We have a PDF form where the submit button in the form is set to submit as PDF.  And yet, the save button still appears in workspace container.  If a user selects the save button and later opens the form/task, the form is converted to XML and unviewable.
    Within the UserServiceV2 activity, I do not check off the "Reader Submit - Submit via Reader" checkbox.  All of our users have acrobat.
    Is there some way for the function to work with PDFs?  If not, is there a standard workaround to offer that feature to end users?
    Thanks

    Hi Livecycle Architect,
    Did you ever resolve this issue? I have a part of the problem that you describe here. While all my forms are submitted as XDP, if we save a form to Drafts, when we open it latter it shows XML and the form is unusable.
    Any pointers will help.
    Thanks

  • Is there a way to limit the frequency of the "autosaving drafts" feature in Mac Mail on Lion?

    Using Mail Version 5.0 (1244.2/1244.3)
    On MacBook Pro with Lion 10.7.1
    Wondering if Is there a way to limit the frequency of the "autosaving drafts" feature in Mac Mail on Lion?
    Looked all thru preferences and googled the crap out of this and can't seem to find the answer I want.
    Basically, I have my mailbox behaviors set up exactly the way I want them. (ie deleted messages get saved to my "Trash" folder on the server) I do not think I should have to change them, but because of the autosave feature saving almost every 3 characters typed, I have an over abundance of versions saved in my Trash folder. This problem would be solved were there a preference somewhere I could select to save drafts "manually only" or "opened messages save when quitting" or something along those lines.
    Is this a preference setting already that I am missing?
    I would settle for a rule, just not sure what perameters should be set for this to work.
    Help

    Typically a server has a settable parameter to limit concurrent connections. Check the server's documentation.

  • Enable "save as draft"

    Does anyone know how to enable "save as draft" for a form in workspace?

    What is the type of your input form variable?
    For me, XFAForm renders with save in draft folder option enabled; but DocumentForm is not. Just make sure to have an XFAForm type.
    -Nith

  • How to do SAVE AS DRAFT using java mail api

    Hello,
    I want to know how to do SAVE AS DRAFT using Java mail Api.
    thanks

    Hello,
    I want to know how to do SAVE AS DRAFT using Java
    mail Api.
    thanksI don't think you can. That sounds like a feature of a mail client app itself. The Java mail API is for when you're ready to actually send the thing. Saving drafts is storing them somewhere like you would any other data; nothing to do with the mail API.

  • How can you save a draft SMS on X3-02 ?

    How can you save a draft SMS on X3-02 ? 
    Can't seem to find an option to do this  ...  Lost message typed half way  when I got out of the editor to check the calendar.
    Am I missing something or has Nokians obsoleted this function on the latest S40 platform ?
    Solved!
    Go to Solution.

    Hi all,
    Like sudude here pointed out that's one way of leaving text as "draft" to message editor. Or you can also select Options > More > Exit editor to do the same. And, next time when you select Create message that previous text should be there as it was left.
    But there is also another option to start writing SMS's - with Notes application. Select Menu > Apps > Notes. Write a note and save it. Then for that note select Options > Send note > Send as message. Now your note is copied to message editor and you can send it or further edit and then send. Neat thing here is that when you use Notes application, text can be saved for later editing or use.
    -ThreeOs

  • I understand the design change to the whole "save as app" tab, but I feel that Save and Quit feature from the previous version of Firefox is much better than this "app tab" feature. Is there anyway for me to have this back?

    Restore previous session button available on my Firefox homepage is great, but what I really want is the Save and Quit feature. I have always felt that its one of the best features of Firefox, second only to search address bar directly leading me to the actual page. I read some threads about this, and found the answers very unconvincing. One of the suggested ones was "Pin as app tab" . No, I don't want to pin every tab that I want to visit say, thrice as an app. Second suggestion was, click on the obvious button on the homepage to restore the tabs(this took me quite a while to actually see). Why this change in design? This is identical to Chrome's but its very inferior to what Firefox already had. Is there anyway, without downgrading of course, I can get that feature back?

    Okay, I found the answer myself. Going to about:config and setting browser.showQuitWarning to true, restored that option and brought it back. Thanks to anyone who is about to post. If this is false by default, it has got to change.
    -- Sorcus

  • Save as RTF-feature in Pages 09

    I work a lot with DEVONthink Pro Office, a tool for ordering, categorizing and searching content (mostly documents for me). Unfortunately, while DTPO shows pages files and can even search them, the integration is not complete and leaves something to be desired.
    Working with rtf-files, though, is no problem. Now, when I write in Pages 09, I save my working very often, I usually hit the cmd+s combination on my keyboard after each sentence I write. This, of course, does not work when you want to save as an rtf-file. I have to take the long way of selecting "Export" from the file menu, select "RTF", select location etc. I don't have the foggiest idea why Apple don't just implement a direct "Save-to-RTF" feature in Pages, just as is normal in pretty much all other word processors, but hey, that's just my opinion and, knowing Apple, I do not anticipate any changes soon.
    So my question is: Is there some kind of work-around? Some kind of keyboard shortcut? Possibly an automator action?
    Cheers and thanks for any help given

    Perhaps the reason why the other poster suggested not using Pages for RTF export is that it can make a mess of things. You mentioned citations, and I use legal citations in footnotes. Well if I export a document in RTF format in Pages and then import back into Pages (or something else, OpenOffice or MSWord) the footnotes are a mess.
    Pages does a good job (for me) exporting in .doc format, but it .rtf export function is rather awful (again for me).
    If Pages does a good job of exporting documents having footnotes in RTF for you, then I would be curious as to what version of Pages you are using. I am using 4.0.4.

  • Save as PDF feature creates extra frame around the tables

    I am creating a large catalog with black + 1PMS color.
    If I use the Save As PDF feature in Frame 9, I get an extra line around the Price portion of MOST (not all) of my tables.  If I use the Distiller process, the extra line is not there, but the PDF file does not hold the color separations.
    Has anyone else come across these issues or have any ideas what I could be doing wrong?
    Thank you,

    If you are trying to use the new SaveAsPDF CMYK option, forget it. It is sorely broken in many aspects (just search this forum), especially when dealing with tables and OTFPro fonts.
    Go back to an RGB based workflow (i.e. ensure that the "Convert CMYK Colors to RGB" option is checked in the PDF Setup) and use a third-party tool to deal with the results. Some choices would be:
    - Acrobat 9 Pro has some even stronger pre-flighting and colour handling features now, but Acrobat 8was no slouch either
    - Enfocus' PitStopPro is extremely powerful for fixing up colours: http://www.enfocus.com/product.php?id=855
    - Grafikhuset's PubliPDF tool allows you to set up conversions for the RGB by printing to a queue and then post-processing the postscript prior to handing off to Distiller for PDF creation: http://www.grafikhuset.net/PubliPDF/
    - Quite Software's Quite a Box of Tricks let's yuou do colour conversions: http://www.quite.com/box/features.htm

  • As soon as I type in subject line of email, it tries to save as draft and crashes.

    I'm running Windows 8 on a ASUS laptop (new within the past few months). I access iCloud mail from my PC, iPhone and iPad Mini. The problem only happens using iCloud Mail on my PC.
    Just within the past few weeks, as soon as I begin typing a subject line in mail, I get a pop-up question "Save this message as a draft?" 
    If I  Don't Save it, it kicks me out of the message.
    If I Cancel it, it takes me back to the message, but asks me again with the next key stroke and keeps asking until I move out of the subject line.  So I am being constantly interrupted while I'm in the subject line.
    If I Save it, it does save, but closes the message.
    It appears that Don't Save and Save are doing what they are supposed to, but Cancel just takes me back to the message only to be interrupted over and over.
    Is there some way to get it to quit prompting me to save a draft?

    I belive the issue is with quotes..try removing the double quotes " " or try using single quotes ' ',either removing the quotes completly or using single quotes should work..let us know if it works..

  • Save as Draft Problem using library computer

    This afternoon I tried to save-as-draft a LONG & INVOLVED communication in .MAC e-mail at a public computer in the library. When I went to my draft folder to ensure it got saved, it was not there. Can someone give me direction on this? I suppose it goes without saying how mad and upset I am. Thanks in advance for any light you can shed on this issue.

    Hi kvs2,
    You did log into .Mac mail online to check your Drafts folder there - right?
    Not the Drafts folder on your machine at home...
    When you click Save as Draft online, there should be a small green spinning wheel in the left side of the bar between the icons at top and the To:
    Also a confirmation "Your message has been saved to Drafts" along with a green checkmark will appear and then slowly fade away in that same spot.
    Regards,
    John

  • Can't use "save target as" feature in Firefox 7.0.1, all files are saved with .htm extension! Why?

    I'm no longe able to save a file using "save target as" feature, when I'm googling for a file.
    No matter what the file extension is (ppt, pdf, doc, etc.), Firefox 7 downloads a .htm useless file.
    I rember I had this issue in FF long time ago! Is this a regression?

    Now up to Firefox 8 and the problem persists. Cannot go to the www.turnitin.com page and login as I used to do -- Firefox does not remember my username or password.
    Still works on Windows, and with other browsers... It would be great if a fix is available.

  • Where is 'save as draft' icon in Mail?

    Mail Help says to click the Save as Draft icon to save a message you're working on.  But I cannot find the icon anywhere.  I know that it saves automatically anyway, and that Apple-S saves as a draft.  But, if Help says to use the icon, I would think that means there is one.  I'm so used to that icon from previous Mail versions that I would prefer it to the Command-S or just hoping the autosave works.  Anyone know if this icon referred to in the new Mail's Help exists?

    Save and send draft messages
    If you’re composing a message and want to finish it later, you can save it as a draft. Mail saves drafts automatically a few seconds after you start to compose a message. If you quit Mail while an unsent message is open, Mail saves it as a draft automatically.
    HideSave a message as a draft
    Click the Save As Draft icon in the toolbar or choose File > Save.
    You can continue working on the message at any time. Just open the mailbox where you store drafts and double-click the message.

Maybe you are looking for

  • Why do i have to contact support every time i buy an app?

    I can't believe I am the only person experiencing this. I've been an apple customer for over six years. I have two personal ipads, one work ipad, and two personal iphones with them. For some unknown reason this year they decided to put some restricti

  • Hello anyone know how to use the locked iphone outside USA

    hello anyone know how to use the locked AT&T iphone 5 outside US. I'll go to Japan. Don't know if the phone can be used there.any idea will be appreciated.

  • Questions do not appear in SumTotal LMS

    I created several questions in a Captivate course and they work fine when I publish to my local PC. However, when I publish and upload the course to the LMS, the course skips all of the questions and immediately starts with "Objectives" of the next m

  • Private vpn tunnel from behind NAT

    Hello all, Our provider suddenly refuses to give us public ip addresses. Instead we get a private one and the provider does nat. Problem is this site has an IPSEC tunnel towards a public ip address for connectivity to main offices, the tunnel also ru

  • Link Aggregation - computer to switch-pair

    Hi all, According to the Mac OS X Server documentation (http://images.apple.com/server/macosx/docs/AdvancedServer_Adminv10.6.pdf, page 165), it is possible to create a "Computer to switch-pair" scenario, to provide a redundant network connection for