Problems with InitiateTask in Human Workflow

Hello,
I built a BPEL process that tries to initiate a task. Unfortunately, this doesn't work as planned. The error messages I get:
"Faulted while invoking operation "initiateTask"
<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Waiting for response has timed out. The conversation id is urn:36458921054311E18F6037C80E94B307. Please check the process instance for detail.</summary></part><part name="detail"><detail>Waiting for response has timed out. The conversation id is urn:36458921054311E18F6037C80E94B307. Please check the process instance for detail.</detail></part><part name="code"><code>0</code></part></remoteFault></bpelFault>"
I am totally clueless as to why this error is thrown. Anybody any suggestions?
Regards, Jeroen

Hi Ariel,
I'm not familiar with this particular workflow or some of your terminology, but perhaps this will help: I've found in the past, if the workflow can't resolve the agent rule, it will send to ALL possible agents. That sounds like what might be happening here - it resolves correctly on the one-level item, but cannot resolve the case where it is more than one level.
If you've defined your rule in PFAC, you can check the box "Terminate If Rule Resolution Without Result". This is found on the bottom of the Rule Definition panel.
If you do F1 on that checkbox here is what it says:
Terminate if Rule Resolution has no Result
If this flag is set, rule resolution is terminated if no valid agent is found. This results in a defective work item.
If this flag is not set, rule resolution is not terminated if no valid agent is found. Agents of such work items are all possible task agents.
Of course if you are using PFAC then you can do some testing there to determine why the resolution is failing.
I hope this helps!
Margaret

Similar Messages

  • Technical problem with starting a PLM workflow!

    Hey!
    I am trying to start a workflow with a document, but get this message with a red light.
    Doc:10000000438-PDC-00-000,Table SWWWIHEAD cannot be written
    Anyone how now what can be wrong?
    I am quit sure that this is a technical problem.
    Thanks

    Hi.
    With help of some technical staff in our company I did manage to find out what was wrong. I am posting it hear so anyone else having this kind of problem in the future can find out of it self. &#61514;
    The reason for not starting this workflow is as follow:
    The workflow is writing to the table SWWWIHEAD. Some time’s the workflow is writing to a row/entry in the table that is all ready written. Therefore the system is returning an error message. This can be solved as follow:
    Go to transaction SM56, where it is possible to reset the buffer.
    The following field have to be filled:
    Client <relevant client>
    Object SWW_WIID
    Sub-obj
    Range 01
    Year 0000
    Global Reset X
    If this does not help, a programmer has to do a manual change in the table.
    Cheers!

  • Problem  with a rule in workflow

    Hello, i have a workflow that use a rule for assign inbox of the users,
    when i test the rule it seem to be good, because in the result i can see the right user.
    In my workflow i have 4 levels of authorizations.
    The first level works well, but the second not.
    1) Information for agent determination for step
    0000000013.
    A problem occurred when determining the recipient for step  0000000013. This problem does not lead to execution being canceled.
    2) Error in resolution of rule 'AC99800002' for step '0000000013'
    The function module for rule 'AC99800002' initialized an exception and returned a message ("MESSAGE ... [RAISING ...]").
    3) No agent found
    How can i resolve this issue?
    Thanks

    If you use responsibilities, you should check if you have all options covered. There shouldn't be an input variable for which no outcome is defined. So take a good look at the rule again.
    And as suggested you can test it with the input variables you have in the container of the workflow.
    Regards,
    Martin

  • Problem with starting a PLM workflow!

    Hey!
    I am trying to start a workflow with a document, but get this message with a red light.
    Anyone how now what can be wrong?
    I am quit sure that this is a technical problem.
    Thanks

    Hi.
    With help of some technical staff in our company I did manage to find out what was wrong. I am posting it hear so anyone else having this kind of problem in the future can find out of it self. &#61514;
    The reason for not starting this workflow is as follow:
    The workflow is writing to the table SWWWIHEAD. Some time’s the workflow is writing to a row/entry in the table that is all ready written. Therefore the system is returning an error message. This can be solved as follow:
    Go to transaction SM56, where it is possible to reset the buffer.
    The following field have to be filled:
    Client <relevant client>
    Object SWW_WIID
    Sub-obj
    Range 01
    Year 0000
    Global Reset X
    If this does not help, a programmer has to do a manual change in the table.
    Cheers!

  • Problem with ESS Leave Request Workflow

    We had configured ESS Leave request, which is working fine with Leave request approval.
    1)     Cancellation of Leave Request using the workflow WS12400005.  
                                  Workflow is not getting triggered when we try to delete the leave request.
    2)     Quota Overview
    While displaying the Casual Leaves (CL) I need to deduct the Paternity leaves (PL) also.
         Remaining CLu2019s = quota CLu2019s u2013 ( used CLu2019s + used PLu2019s).

    hi kishore. how did you resolve the issue of workflow not being triggered?

  • Problems with secondary methods in workflow

    Hi experts.
    I am starting my WF through the SAP_WAPI_START_WORKFLOW in SE37.
    My WF consistst of a decision step with a secondary method, amodal method, which calls a custom method (call_url).
    The method call_url has been tested in SE80 and in WF with synchronous dialog chain(BMWP) where it works fine.
    Since UWL doesn`t support Synchronous dialog chain, I need to make a workaround.
    Problem:
    When I start the WF and enter MSS to open the workitem, I can see the attachment (call_url method). However, when I try to click on the link for the attachment (which is going to execute my custom method) I only get an errormessage.
    The errormessage says:
    "An error has occured during calling attachment. Try again and inform the system administrator about this problem".
    I have been checkin SU53, it is not an authorization issue.
    I have been reading Gatlings blog about secondary methods and searching the web about the issue with no luck.
    Any ideas how to solve it?
    <<text removed>>
    Thanks in advance.
    Best regards,
    Tor
    Edited by: Matt on Feb 10, 2009 5:06 PM - please do not offer rewards.  Please do read the Terms of Engagement of these forums

    Ok, now i'm a little bit closer to the solution.
    I've run thru the programm in debugging mode...
    the reason is: function module SWO_INVOKE give me the return message OL850: You do not have authorization to execute method EDIT
    But when the user calls the transaction ME52n everything is ok.
    So what is the missing authorization object?
    Thank you very much in advance
    Andrey

  • Problem with SendMail task in Workflow

    I  have created a simple workflow which is intended to send mail to the Purchase Req initiator when a PO is created for their PR.  I have created a custom object ZBUS2012 from BUS2012 which links to the PR and includes fields for the requisition # (ZREQNUM) and the userid of the PR creator (ZINITIATOR). 
    I have used a SendMail step in the workflow.  If I send the mail to a specific user or &WF_INITIATOR& it completes without error and the workflow item shows up in the Business Workplace Inbox.  However, if I set the recipient type to Orginizational Object/ Expression and choose &ZBUS2012.ZINITIATOR& as the recipient, the workflow generates an error.
    I know that &ZBUS2012.ZINITIATOR& is bringing in the userid.  I have included the text 'PR Initiator is "&ZBUS2012.ZINITIATOR&" ' in the body of the message in the SendMail step and ' PR Initiator is "KATHRYNK" ' is what shows up in the actual message that gets sent/created.  This is my userid and it is valid.
    I checked SWI2_FREQ but there wasn't much information there.  The only error message I could see was "document could not be sent".
    Thanks to anyone who can help me.

    Hello,
    What sort of value is in &WF_INITIATOR&? You may have to add a US to the beginning of the string to get yours to work.
    regards
    Rick Bakker
    Hanabi Technology

  • Workflow 2.6.3.5  - Problems with font in OA

    I have some problems with fonts in Oracle Workflow: i created a process in wf builder and a package that start the process..in the package i put a text body for the notifications with 'b' and '/b' but when i read the notification in workflow manager i cant see the bold font!! Anyone can help me?? I suppose that this problem is linked with HTML code that has to be set in some preferences menu, but i cant find it..but it may be another reason!
    Another problem that i have is that i cant disable the history window in the notification (even adding to the message the attribute #HISTORY)..
    THX for your help
    Jac ;)
    Message was edited by:
    JaCoRoBo

    1. I am unable to understand the first problem. Please note that if you want to display HTML formatted content, you will have to use one of the following options.
    PLSQL Documents - 32K size limit
    PLSQLCLOB Documents - CLOB
    Embedded Fwk Regions - Only in Oracle Applications
    If you are specifying HTML content within Item Attributes that you want to be eventually displayed in the notification the HTML tags could be decoded and displayed as is without formatting.
    2. There is no documented way to disable the Default Action History within the notification body. You may define the Document type message attribute #HISTORY, assign a PLSQL Document API to it and return null from the Document code. This should hide the action history.
    Hope this helps.
    Vijay

  • Problems with Auto approval workflow (WS 10000060) for shopping carts

    Hi SAP Network community,
    I have got a problem with the auto approval workflow for shopping carts.
    Basically the workflow approves the shopping cart once it was created.
    But then the related Purchase Order remains in Status held. If the PO gets ordered manually then it is not transferred to the R/3 backend system.
    For testing purposes also the one step approval workflow was activated. If the shopping cart gets approved by clicking into the detail approval screen (not by approving through the green tick box in the shopping cart overview) then the PO gets ordered and transferred to the backend system as normal.
    But if the shopping cart gets approved by using the green tick box in the shopping cart overview then the same problem occurs as described for the auto approval workflow.
    The system version is SRM 4.00
    Did anybody have the same or similar problems with the auto approval workflow and what could be the reason for this problems.
    Thanks in advance,
    Robert

    Hi
    Which SRM Workflow Scenario are you using (IS it Item level workflow or Shopping cart level Workflow) ?
    Are you using customized SRM Business workflow or Standard SRM Workflow ?
    <u>Please go through these links as well.</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/eb/289f4099852e54e10000000a1550b0/frameset.htm
    Incase you are using Standard SRM Workflow, please raise an Customer OSS message with SAP at the earliest.
    Regards
    - Atul

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Need to send HTML email from Workflow : problem with sender

    Hi all,
    i need to send HTML email from my Workflow. I did it but i have a problem with the sender. The sender of email is always the agent responsible of workitem, and i don't want the receiver can answer to sender. So i need to put a false email address like nosender.at.mycustomer.com.
    Possible to do that ?
    Thanks for your help.
    Cheers

    Hi rick
    How to change the wf-batch to some other name  as you mention in previous reply. Can you give some details of that. If i use the function module SO_NEW_DOCUMENT_ATT_SEND_API1 how to change the wf-batch name and if i use send mail step in my workflow how to change wf-batch name.
    Regards
    vijay

  • Problems with "Author once" workflow, can't transcode HDV to BD and DVD

    Adobe claims that with Encore CS3 you can
    "author once, deliver to three formats" -- Blu-ray, DVD and Flash. I have been doing some research and testing, but have not been able to get it to work.
    It seems as though Encore is not capable of taking HDV 1080i60 footage and transcoding it for both Blu-ray and DVD. The Blu-ray looks great, but the downconverted transcode for DVD is completely unusable.
    Link to screen shot of HDV to DVD transcode. (Note: this is a frame at 100%, so the "comb teeth" really are that big.)
    I have seen some pretty pathetic downconversions from HDV to DV resolution, but this is the most creatively useless one I've come across so far.
    I have been able to use Dynamic Link to get an almost acceptable "author once" workflow from HDV footage. Unfortunately, I have not been able to find a way to get Encore or After Effects to render fields for the DVD transcode, so fast-moving graphic elements and text have jerky/strobing motion.
    FYI, I got Dynamic Link working well for non-fast clips by doing the following:
    Make sure that "Separate Fields" was set to "Upper" in "Interpret Footage" for the HDV clip.
    Set the clip's frame blending mode to "Frame Mix" ("Pixel Motion" works, just take longer).
    Enable Frame Blending for the comp.
    (Enable Motion Blur for the comp if any layers are using Motion Blur).
    If only there were a button to enable field rendering for the comp along with Frame Blending and Motion Blur, as both of those options directly affect how the Dynamic Link renders/transcodes in Encore.
    I noticed that without Frame Blending enabled for both the clip and the comp, the motion in the transcode was very jerky, even though the clip had not been time stretched/remapped.
    Does anyone know of some way to get the mythical "author once" workflow to work? Perhaps it's only for progressive workflows and not interlaced? Could this be a Mac-related problem (I have not been able to test on Windows)?
    I know I can downconvert first, then import into Encore, and that does work fine, but that completely negates the wonderful concept of "author once".
    Any help or advice is greatly appreciated.
    -Joel Granholm
    Details:
    Encore CS3 3.0.1.008
    After Effects CS3 8.0.1.8
    Premiere Pro CS3 3.0.1
    Final Cut Studio 2
    Mac OS X 10.4.10
    Mac Pro 8-core, 8 GB RAM / MacBook Pro 17" 2-core, 4 GB RAM
    Shooting/editing in HDV 1080i60
    Trying to create:
    BD: NTSC, 1440x1080, 29.97i (upper field first), H.264.
    DVD: NTSC, 16:9 Aspect Ratio, 29.97i (lower field first), MPEG2

    Ruud,
    Gspot showed there was a problem with the file. What it said was of the 130K frames, most were not needed. I went back to the editor and reconstructed the 130K file. Had problems trying to export to M2v. PPro 2.0 would freeze every time, sometimes in a few minutes, sometimes just short of completing, approx 2 hours(this was a 2 pass vbr setup). I experienced problems just trying to make an AVI file for importing into Encore 2.0. A lot of water has gone under the bridge since I first started this journey(over 300 hours). My first shot at elation occurred when I decided to try an m2v at vbr 1 pass instead of 2 pass. It worked. I say this because of late I have successfully made an Avi file, Imported the timeline and in fact satisfactorily made an m2v file (2 pass). The m2v was also brought into Encore 2.0. Though I have 4 HD's, it seems to me that as I am moving toward a successful product, I'm finding that I've located all my assets on one HD. Is this the way to go? I'd like to thank the alert for using Gspot. And I will, always. I believe that if I had used Gspot earlier I would not have been trying to fix the problem using a bad asset.
    I've been able to make an iso file, though having trouble making a playable disc.

  • Problem with oracle workflow builder 2.6.3.5

    Hello
    I have installed oracle workflow server 2.6.3 on a oracle 10G 10.2.0.1 in Red Hat linux Enterprise 4L and I have Oracle workflow builder 2.6.3.5 on Microsoft Windows XP Service pack 2
    I have the following error when i try to save or open and itemtype from the database
    1005: Language is not populated, please refers to Workflow documentation for steps on populating a language.
    How can i solve this i've alredy changed the NLS_LANG to match with the server
    In the server the language is set to American and in the NLS_LANG i have set like this AMERICAN_AMERICA.US7ASCII
    hope you can help me as soon as posible
    Andres

    Hi Matt thanks for the answer
    i've already seen the wf_languages table and i have the following:
    CODE NLS_CODESET I
    AR AR8ISO8859P6 N
    BG CL8ISO8859P5 N
    CA WE8ISO8859P1 N
    CS EE8ISO8859P2 N
    D WE8ISO8859P1 N
    DK WE8ISO8859P1 N
    E WE8ISO8859P1 N
    EG AR8ISO8859P6 N
    EL EL8ISO8859P7 N
    ESA WE8ISO8859P1 N
    F WE8ISO8859P1 N
    CODE NLS_CODESET I
    FRC WE8ISO8859P1 N
    GB WE8ISO8859P1 N
    HR EE8ISO8859P2 N
    HU EE8ISO8859P2 N
    I WE8ISO8859P1 N
    IS WE8ISO8859P1 N
    IW IW8ISO8859P8 N
    JA JA16EUC N
    KO KO16KSC5601 N
    LT NEE8ISO8859P4 N
    N WE8ISO8859P1 N
    CODE NLS_CODESET I
    NL WE8ISO8859P1 N
    PL EE8ISO8859P2 N
    PT WE8ISO8859P1 N
    PTB WE8ISO8859P1 N
    RO EE8ISO8859P2 N
    RU CL8ISO8859P5 N
    S WE8ISO8859P1 N
    SF WE8ISO8859P1 N
    SK EE8ISO8859P2 N
    SL EE8ISO8859P2 N
    TH TH8TISASCII N
    CODE NLS_CODESET I
    TR WE8ISO8859P9 N
    US US7ASCII Y
    ZHS ZHS16CGB231280 N
    ZHT ZHT16BIG5 N
    37 rows selected.
    as you can see i have installed the american_america.us7ascii
    also the nls_lang key in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_oracleas1
    is set to AMERICAN_AMERICA.US7ASCII
    I don't know wich is the problem with this
    thank you again

  • Siebel Problem With a Workflow Process (Pleaseee help REAL PROBLEM)

    Well the problem is this i have a designed a workflow who is called by a JOB. Its functionality is to close Service Requests at certain time in the night.
    when i simulate a workflow against 2 different Servers it works fine without errors, but when i run a job that calls this WP in those servers i have diferent errors in diferent steps.
    In one server i have this kind of error in the last step "Cerrar Requerimiento":
    SBL-EXL-00151
    SBL-SCR-00141
    SBL-BPR-00162
    This operation is not allowed when there are no records displayed.
    Please execute a query that returns at least one record or add a new record
    and in the other i have this error in the 3er step:
    SBL-SCR-00141- Problem Running a eScript
    in spanish:
    Error de tiempo de ejecuci?n de Siebel eScript en el procedimiento 'GetFieldValue' de BusComp [Action]:
    Error: SiebelError: Esta operaci?n no se permite cuando no hay registros mostrados. Ejecute una consulta que devuelva por lo menos un registro o agregue un nuevo registro.(SBL-DAT-00215)
    (SBL-SCR-00141)
    Error al invocar servicio 'BCH EAI Query Utility', m?todo 'UpdateRecord' en el paso 'Cerrar Actividades'.(SBL-BPR-00162)
    (error in the Runtime of the Siebel eScript in the process GetFieldValue of Action,This operation is not allowed when there are no records displayed.
    Please execute a query that returns at least one record or add a new record
    error invoking the service "BCH EAI Query Utility in the Method UpdateRecord in the step "Cerrar Actividades".
    If they have the same job and workflow, and BS's active(i use the BS in other workflows and no problem with it) why they give error in diferent steps but they work fine when i use the Business Simulator?, its there a solution?, this can be a problem about the server config or triggers??
    thanks a lot!

    Hi,
    1.Is you're server and youre client using the same version of SRF ?
    2.Is the version for workflow in server and the one youre testing in client are the same ?
    3. Last but not least this BCH EAI Query Utility search spec is it correct ? Can it able to return at least one record base on you're search spec because I know some business service are required to return at least one record else it will throw error.
    Thanks,
    Joey Tan , Malaysia

  • Problem with Matching and Merging Step of MDM Workflow

    Hi,
    I have created a workflow which will first Match Step where the user will do both
    Matching and Merging. Then, it will go for a process step Final Review.
    Then, it will go for Branch step which is named as Decide on Check in.
    There are two workflow which are launched after this step.
    My workflow ran one time.
    The number of records is: 19585. The Match step which is assigned to a different user is not performing.
    It is a simple match based on First Name, Middle Name and Last Name.
    Any suggestion?
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    What do you mean with "not Performing"? One suggestion, just log in with the 'Different User' who has been assigned for the matching task, and under that user goto the matching tab, in matching tab you will find a sub tab for Workflow, I hope you can work from there, If this doesnt solve your problem, then please let us know.
    Cheers,
    Cherry.
    Sorry problem with button;... so message came again... apologize.....
    Edited by: Cherry on Mar 23, 2009 9:42 PM

Maybe you are looking for

  • WARNING - Saving file in Pages 09 format may corrupt your file - WARNING

    I used Pages '09 to create and maintain a test log covering some 16 hours of testing effort. Now that I want to open the file Pages reports: The document "Parallels Test" couldn't be opened. I was still able to QuickView the document in Finder. Renam

  • How do I preview .eps or .ai files in Bridge CC?

    How do I preview .eps or .ai files in Bridge CC?  I only see the icon thumbnail and the file name but not a preview pic of what is in the file. Thanks!

  • Help! error (-48) when i try to "restore & update" my ipod

    i have a first generation I-Pod Nano and about three weeks ago, i plugged it in to my computer to sync it. When i thought it was done, all of the music that was on my nano was gone. It's still on Itunes, and now when i connect my nano, it says i need

  • G4 not powering up

    My 'old' G4 ( with osx 10.3.9 ) has stopped powering up. I have tried zapping the p-ram, changing the internal battery. No sign of life whatsoever. Could it be the PSU, if so , can I check this myself before I buy a replacement?. Or, is there somethi

  • EDIFACT  to Idoc

    Hi All,         Iam working on EDIFACT to Idoc scenario.I have installed conversion agent, i need a sampe edi file(pref ORDERS) to test the scenario.         can you tell me where to find it. Thanks in advance. Disney.