Documents in Workflows

Hi,
1. What are various ways we can post/send a document(it can be any, doc, xlz, pdf, xml...) to a workflow process from a client/application ?
2. Is there any authentication or we can impose restriction on who can post to the WF ?
3. If it is possible to send a document, can it be viewed within/from the WF Monitor ? And without storing it in any custom table ?
4. Is there any time limit for which that document resides in the WF database ?
The idea is to have an application (stand-alone, non-Oracle) posting documents to WF. Once the WF has the document, WF should be able to post it back to some URL.
To have this implemented, what is available out of the box and what needs customization.
Thanks!!
Shalu

Hi Shalu
(1) It depends on whether you have a Document Management System. For example, you could post a document to Oracle Files, and that posting could trigger a workflow which links back to the source document using a URL.
(2) As per (1), the DM system could impose restrictions on who can upload document or access documents stored in folders.
(3) The URL could be acccessed from the workflow monitor, or you could access Notifications from the workflow monitor which link to the document.
(4) A workflow can have a persistence type and retention time. But the document itself is stored in the DM system, which could have a different lifecycle than the workflow.
Cheers
Mark

Similar Messages

  • How to tell what version of a document the workflow ran against?

    I am using the OOB Approval workflow and in the workflow information I see a Document field, but that links latest version of the document. How can I tell what version of the document the workflow actually ran against?

    Hi,
    Set a variable in the workflow to be equal to the version of the document.
    Now you can use this variable to update a column in the document library with the version and date the workflow was ran. Next time the workflow runs, update this column with next run details.
    OR write this variable to workflow history. Hope it helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Document Parking Workflow Responsible Agent for Two level release

    Respected Members,
    I have done all the configuration for document parking workflow.
    i had said if the amount is greater than one lakh it should go two-level amount release.
    My organisation hierarchy includes two positions,
    SUB_HEAD with user xyz
    HEAD with user ABC.
    i have assigned the position HEAD with two level release workflow in spro.
    When i am creating a parking document above one lakh, the work items are generating and it is coming
    in the inbox for the both users ie xyz and abc.
    MY requirement is that when xyz user execute the work item then only it should go to abc user inbox.
    it should not go to abc inbox as soon as document is created.
    Please give me the answer as soon as possible,
    Thanks a lot.
    Manish

    Hi,
    Have you checked out SAP help file for this workflow?
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/0e/0e3b00b84111d3b5b2006094192bbb/frameset.htm]
    Regards,
    Lim...

  • Document Level Workflow

    Is it possible or has anyone been able to do document level workflow in Content Services? From what I've seen it's not possible out of the box (by folder only). Is this possible using BPEL?

    Not that I am aware of, could be wrong though

  • Error in FI Document Parking Workflow

    Hi Workflow Experts,
                                   I have a FI document parking Workflow scenario which is 2 level release that is if the amount is upto 100000 first person will release if it's more than that the CEO that is the second user has to release.
    For this i have activated the main workflow WS10000051 and for two level release i have activated the sub workflows WS10000052 for first level release and WS10000053 for secondlevel release.
    I have also done the Release strategy configuration in SPRO such as
    1) Workflow Variance
    2) company Code
    3) Approval Group
    4) Approval path
    5) Release group
    6) Release approvers
    in the following SPRO steps
    1) Create Workflow Variant for Parking Document
    2) Define Entry Screens for Parking Document
    3) Assign Compaany Code to a Workflow variant for Parking Documents
    4) Define Release Approval Groups for Parking Documents
    5) Define Release Approval Path for Parking Doc
    6) Assign Release Approval Path for Parking Documents
    7) Assign Release Approval Procedure for Parking Doc
    8) Define Users with Release Authorization for Parking Document. ( I have assigned the Position of CEO created in HR to this)
    Now when the document is parked it throws the error
    Error in workflow Customizing for document parking (tranasction OBWE) and it stops in the step Determining Sub Workflow.
    Has anyone come across this issue.Please guide me in resolving in this issue, i am not able to identify whether this error is happening in workflow or due to some missed entries in SPRO settings of FI.
    Regards,
    Hari

    Hi,
    Are there any special settings for SUBWORKFLOWS
    There is no Special Setting for Sub Workflow.
    Only error which i get in my inbox is
    Please repair the suspended workflow
    1) Once you get the Error, open a new session goto T.code SU53 and see any authorization issue
        If Yes, send the screen shot to Basis Team to get the authorization.
    2) If Authorization is fine, Check the binding for that Workitem Regenerate and Test it . Also Check the Workflow log and see  which step error is showing, then see the Step history comments.   .
    Regards,
    Surjith

  • Changing a Parked Document via workflow

    Hi again
    Before we did the upgrade from 4.7 to ECC6.0, on 4.7 approvers were able to make changes to parked documents via their inbox i.e. they would be able to go to change wrong data or add missing account assignments. However after the ECC6.0 upgrade when approvers access documents via their inbox they can only display the documents with only the option to release or reject and without the option to change.
    Could this be a result of changes between 4.7 and ECC6.0 and if so what can we do to allow for approvers to be able to change parked documents via their inbox.

    I found SAP Note 670910 explaining that this was actually a program error which allowed approvers to changed parked documents via workflow.

  • Document park workflow

    Hi
    Iu2019m working on FI document park workflow. We are having a custom workflow which gets triggered when ever a document is parked. The workflow is working fine and is correctly finding the agents. However there is a new change request that client does not want workflow to determine agent, instead client want to select approvers from a list and workfitem should go to that person. How can I achieve this(provideing list of approvers to user). is there a user exit or something available?
    Thanks
    Nash

    Hi john,
    You can use a method  as suggested below or else  use a form  to view  a list of approvers . since the values of form are stored in the container you can use the agent in the next step to  send your work item.

  • Document Distribution workflow

    I have document distribution workflow WS20000104 that is giving me
    problems. It is failing on the Generate Distribution Order Package
    Step. The Error is that no recipient was supplied.I think the
    Recipient is contained in the Message Container. but this is not
    passed into the workflow from the event. I supply the recipients on
    the distribution screen
    The event container on binding to the workflow container, does not
    have the message object.
    How can I pass the Recipients to the Workflow.

    Hi,
    As Jayanthi said, why dont you check your EVENT LINKAGE and BINDING.
    Make sure that your Object's container element - DISORDER is being binded to EVT_OBJECT.
    Yah,Message object is something that gets generated after the execution of Standard Task TS20000297(BUS1082002-GENERATE). So when this step fails, this Message container never gets populated.
    So Message Object has nothing to do with EVENT BINDING.
    May be, you can test the BOR BUS1082002 manually passing the same data and figure out the problem by debugging.
    Hope this helps.
    Regards
    <i><b>Raja Sekhar</b></i>

  • Posting Parked document through workflow

    Hello Experts,
    I have configured all the setting for document parking.
    I have posted the document through FV60, workflow has triggered to the 1st level. After the 1st level approval, it's triggered 2nd level approval as well.
    But after the 2nd level of approval, i am expecting to post the parked document. But it's not happening. Is there any other settings to post the parked document through workflow?
    Thanks
    Aswin

    Hi,
    Please go through the below wiki:-
    [http://wiki.sdn.sap.com/wiki/display/Snippets/ConfiguringparkingdocumentsworkflowinSAPsystem]
    Regards,
    SDNer

  • Creating a "Post with clearing" document in workflow.

    Hi All.
    Do you know if there exists a standard task or business object that would allow for creating a "post with clearing" document in workflow as a result of a user decision?
    Best
    Greg

    Hi,
    You need to check the original program generating the batch job.
    If it is a custom program, then you can include a check on currency, so that no batch data gets created for incorrect currency.
    Regards,
    Gaurav

  • Exte4rnal application sending binary documents to workflow

    How can and external application send binary word documents to workflow?
    I have tested the AQ XML Servlet and found it usefull to use for applications external to oracle to send notifications which may include text documents, to workflow. I am not sure what to do If the document were binary.
    Thanks,
    Yves.

    I Base 64 Encoding a standard that would be available to other applications external to Oracle? That is if my external application is written is C++, If I encode a document, will Oracle be able to decode it?

  • Document Approval Workflow

    I have different document libraries alloted to different departments.
    Now, i want to apply a document publishing workflow in such a way that whenever someone of some department uploads a doc or make any change it goes to his line manager for approval.
    Do we have any OOB workflow suitable to this case.

    Hi
    http://blog.incworx.com/blog/who-is-the-best-chicago-sharepoint-firm/sharepoint-help-how-do-i-create-a-sharepoint-2010-approval-workflow-for-a-document
    Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for
    you
    Amit Kotha

  • Document Approval Workflow Question

    I have a document approval workflow set on a document library, because I want the documents to require approval by the approver before they can be seen. I also have versioning set on the library. However, once the documents are approved and then later
    changed, the Document Status is reset to Draft and requires approval again. Is there a way to use either Document Approval or Versioning or a combination of both to keep the document in a draft state and not viewable until approved, and then not change states
    again if changed? Thank you!

    Hi,
    The screenshot is Content Approval option in Document library settings. As we can tell from the explanation in the left part, content approval is designed to specify whether new items or changes to existing items should remain in a draft state until they
    have been approved. It will work both when a document is uploaded to library and when a document is edited.
    If you would like approval only happen on first uploading but not on lated editing, then you might use other method for approval progress.
    As workaround, you could use OOB approval workflow and specify it to start only when an item is created, so that the approval progress will only happen on first uploading.
    https://support.office.com/en-nz/article/Understand-approval-workflows-in-SharePoint-2010-a24bcd14-0e3c-4449-b936-267d6c478579
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • SharePoint 2013 document library workflow to send emails when document changes

    Hi All,
    Need a email alerts to setup when documents get change in a SharePoint 2013 document library.  Mail should go to all the members in a SharePoint Security group.
    Many Thanks 
    sudesh withanage

    Out of the box , You cannot set alerts for SharePoint group. You may try -
    1- Create a group in active directory, add users to the ADgroup. Add that ADgroup in Sharepoint and configure alert.
    2- You can set up a new user and change their email to that of a distribution list, and then assign the alerts to this user.
    3- You can create a custom workflow/action or event receiver that will send an email to a distibution list or programmatically traverse the SPGroup's members and send them the notification email, whenever an item is added or changed.
    4- You can try this , this was for WSS3 -
    http://advancedalert.codeplex.com/
    5- you can to use SharePoint Designer and create a workflow that send an email to SharePoint group.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Is impossible to know when you print a PDF document from Workflow? how?

    Hi
    I am creating a workflow that prints a PDF form and send it in a WorkItem to the user's inbox, once you run the WorkItem a PDF is opened the user ... I wonder if you can capture an event if the user prints the document or cancels ... I do not speak English and translated into the google translator excuse any errors.

    http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/prnmngr.mspx?mfr=true
    http://forums.ni.com/ni/board/message?board.id=170&message.id=183895&requireLogin=False
    you might be able to use system exec to print files.

  • Creating a Simple document Approval workflow in SPD

    Hi
    Having configured workflow manager 1.0 I  have attempted to create the simplest approval workflow.
    on my document library I set content approval , content type management and versioning. I have  left out check in and checkout to speed up my testing
    Create a single stage workflowin SPD2013 associated with my Document Library
     I upload my document set the various properties as defined in my custom content type
    Document "Approval Status" states "Draft"
    I (optionally) checkin and Publish a major version of the document, "Approval Status" is "Pending"
    I manually trigger the my w/f setting myself as the approver
    I want  pass my Task Outcome to the Approval Status property in my current item - I am just not sure how to do this without setting the item back to draft 
    I am just not sure of the syntax - could anyone help?
    Daniel

    Now if I was building a SharePoint 2010 workflow .... I seem to have richer support for content approval
    .......  Was there beauty contest for the 2010 actions!!!!!!!!
    Freelance consultant

Maybe you are looking for

  • The headphone jack.

    I'm beginning to lose my mind over this. Maybe someone can shine some light on what I can do here. I bought my MacBook Pro on Sunday, the 25th. I enjoyed it greatly. I love everything about the MBP. But no more than 12 hours into it's life, I plugged

  • Instead of customized push notification getting only simple notification with alert message?

    Recently the provisional certificate got expired and we renewed new one installed in server the latest problem is we are just getting app name with text named alert. More than this nothing can see in push notification we are customized with name and

  • Restore in Transport / Change system

    Hello , experts I meet a trouble and hope get help from you. Acctually I did some change in IMG setting in a SAP system. The change I did hang under a transport request number. Now I hope to remove all the change and restore the system to original st

  • My Dock appears to have crashed and doesn't automatically re-launch...

    My Dock appears to have crashed and whereas I would normally expect it to re-launch itself and re-appear, it's not doing anything... It's just not there. Moving my mouse to the bottom of the screen does nothing. Attempting to toggle the "automaticall

  • Printing wirelessly with Airport Extreme

    Hi, I have an Airport Extreme (not newest model) that I used to use with a PC and I could print wirelessly. Although one day it just stopped and I was never able to fix it. I've since given up on PC's and bought a new MacBook Pro (yea!). Unfortunatel