Information on Globalization of Workflow Builder GUI

I am trying to determine if the Oracle Workflow builder application can display non-English characters in its menus, labels, dialogs, etc. Is there central site that describes the level of internationalization for this and other Oracle products? I have already looked in the "Products > Database > Oracle Workflow" forum and post a request there. Any point of contact would be helpful. Thank You.

Hi Srinivas,
Firstly when you create the container element for the task set is as an import parameter ( Double click on the container element-> Properties (Tab)-> Import(Field) ). Save the task. In SWDD select the activity. Put in the task and Click on Binding button. You will get a pop up showing all the workflow elements and the task elements. Map the workflow element to the task element here. Save and activate the workflow.
In SWO1 open the method for the business object. Click on parameters button and add an import parameter of the same data type as the task container element. In the program add the following code:
Data: newvariable type datatype
swc_get_element container 'NEWVARIABLE' newvariable.
Open the task definition and click on method binding. Map the task container element to the method input parameter.
After these steps you should be able to use the new variable in your code.
Regards
Bhooma

Similar Messages

  • Workflow Builder Notification Performer Error

    Hello,
    I am working with Workflow Builder 2.6.3.5. I copied a voting notification, made some message and description changes, and added the copy into a process.
    When I validate the process, it says "383: Notification activity must be assigned a performer when used in a process." When I go to the process where the original notification is, it has an attribute as a performer. But the copy does not have the attribute performer.
    I have found a lot of information saying a performer can be a role or attribute, and to load roles, but it is not a role I want. How can I assign an attribute performer to this notification?
    Thank you.

    Kevin,
    You should be able to assign the performer to an item attribute. All you have to do is create the item attribute and then go to the notification in the process and select the Node tab. Then select Item Attribute from list Type and then select the item attribute you created.
    While you are able to create and use a text attribute it is recommended to use a Role type because it is consistent and later on, if you need to maintain users in the WF tables you will be able to find them easily. It is just the right way to do.
    Regards,
    Alejandro

  • Can Workflow Builder model my workflow in this situation?

    I have several Java applications deployed on Tomcat that I want to tie together and pass information between based on various business processes. Is it possible to kick off the individual applications with Workflow Builder or is this something that is more appropriate for OW4J? I'm kinda on a deadline and can't wait for the OW4J production release, if that's the case.

    Yeah write your own. Thats what we did. We didnt like the functionality of the provided java listeners and APIs, so we wrote our own listeners that "listen" to the queues by constantly dequeuing.
    And once they return with a message, we use the PL/SQL packages in the OWF_MGR schema to get and set workflow attributes and do our work. Then we just enqueue a message back into the Oracle-provided inbound queue and the background process picks up on those and starts the workflow back up where it was waiting on the java.

  • Install oracle workflow builder

    EBS 12.0.6
    DB 10.2.0.2
    AIX 5.2
    I need to install oracle workflow builder. Could you please guide me how to install it and configure with EBS.
    Thanks

    WF Builder requires Oracle client software to connect to the database. If you did not have client software already installed, the WF Builder install would have done so. In this client install, add database connection information to the tnsnames.ora (in the directory pointed to by the registry key TNS_ADMIN) either manually or using netca tool.
    See Page 4 here - http://docs.oracle.com/cd/B53825_01/current/acrobat/121wfins.pdf
    Workflow Developer Guide is here - http://docs.oracle.com/cd/B40089_10/current/html/docset.html
    HTH
    Srini

  • Changing "Runtime structure exists" flag in workflow builder header

    Hello,
    If I go on workflow builder, then if I got o header -> Version-Dependent (Current workflow version) -> Technical information, I see a check box called "Runtime stucture exists". If I want to uncheck it how can I do that. Its greyed out even when I am in change mode in workflow builder.
    Regards,
    Rajesh.

    Could you elaborate, why you want that to be unchecked?
    Flag indicates that there are workflow instances created and moved to Quality/Production.
    If, you still want that to be unchecked try creating a new one.

  • Diff: Version on workflow builder and Maintain Active Plan version on SWU3

    Group,
    Can any one help me to understand the Version on workflow builder and Maintain Active Plan version on SWU3
    Thanks in advance !
    Richard A

    Dear Richard Antony,
    The Versioning in the Workflow is very important its some what simmilar to the version on any SAP Objets like Tables, Program etc.
    Here Suppose any change comes in working workflow, then in stead of directly change them you can create a version of them and them modify it. So that you can reverst back to that version if required.
    Like wise there is lots of importance of versioning Workflow.
    The Active Plan version is also important to establish at SWU3. As all the Workflow is using Organization management which is very depended on the Active Plan version. so based on which Plan version you want to use you can Provide in SWU3 to tell Workflow system to use this.
    Hope this will give you a clear picture.
    Regards,
    Chandrashekhar.

  • Error while installing oracle workflow builder 2.6.3.4

    I got an Error while installing the workflow builder
    the error was while setting the environment variable "PATH"
    can't set the environment variable value as it's more than 1023
    i made ignore to this error and continue the setup
    is that error may affect the workflwo builder to run or it dosen't affect it
    best regards
    Edited by: Miro Graphic on Jul 5, 2011 2:35 PM

    Hi;
    This forum site related wiht Oracle database installation.I suggest,close your issue here as answered than move your issue Forum Home » Database » Workflow* which you can get more quick response
    Regard
    Helios

  • Error while connecting to workflow builder after installation...first time!

    Hi,
    I have installed Oracle Workflow Builder 2.6.3 recently on my system and after installation, when I am trying to connect the workflow builder (using database username/password of that particular instance), it is throwing me the following error:
    220: Unable to set NLS_LANGUAGE.
    210: Oracle Error: ORA-01403: no data found
    . SQL text: SELECT NLS_LANGUAGE FROM WF_LANGUAGES WHERE :l IN (NLS_LANGUAGE, CODE)
    In the previous threads when I searched for the same issue, I found that if
    select value from v$nls_parameters
    where parameter='NLS_CHARACTERSET';
    returns the value other then WE8ISO8859P1 then that is what I should change my NLS_LANG entry for the builder - i.e. AMERICAN_AMERICA.<character set>.
    But I am not getting where should I change NLS_LANG, it is located where...some file? I am new to Workflow.
    Please help me. I tried a lot. Any type of help will be highly appreciated.
    Thanks,
    Sumir

    This issue (and solution) is described in ML Doc 577905.1 (Error While Connecting To Database Via Workflow Builder)
    HTH
    Srini

  • Error while connecting to workflow builder 2.6.3

    Hi,
    I have installed Oracle Workflow Builder 2.6.3 recently on my system and after installation, when I am trying to connect the workflow builder (using database username/password of that particular instance), it is throwing me the following error:
    220: Unable to set NLS_LANGUAGE.
    210: Oracle Error: ORA-01403: no data found
    . SQL text: SELECT NLS_LANGUAGE FROM WF_LANGUAGES WHERE :l IN (NLS_LANGUAGE, CODE)
    In the previous threads when I searched for the same issue, I found that if
    select value from v$nls_parameters
    where parameter='NLS_CHARACTERSET';
    returns the value other then WE8ISO8859P1 then that is what I should change my NLS_LANG entry for the builder - i.e. AMERICAN_AMERICA.<character set>.
    But I am not getting where should I change NLS_LANG, it is located where...some file? I am new to Workflow.
    Please help me. I tried a lot. Any type of help will be highly appreciated.
    Thanks,
    Sumir

    Hi;
    This forum site related wiht Oracle database installation.I suggest,close your issue here as answered than move your issue Forum Home » Database » Workflow* which you can get more quick response
    Regard
    Helios

  • Customized notification message template in Workflow Builder for iExpense

    Hi Gurus!
    I have a few requirements to change the notification format of the AME Expense Report Approval Message and one of which is to add a due date of the notification in the subject line of the email. So i have created a new message template, added in some attributes and point the notification to it. It works but in the email body it is missing some sections like the instruction text and the Previously Submitted Expenses section. The new message template has all attributes from the old message template so i'm expecting it to behave exactly the same.
    We're on Oracle r12 and i use Oracle Workflow Builder 2.6.3.5.
    Can you please help?
    Thanks in advance.

    Hi Patricia,
    For
    '358: Activity result code 'RESET' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition.',
    you may have a function step defined in your workflow which could have a result type like 'Yes/No' but you may have defined the next step for the result type 'Yes' but not for 'No'. so you have to complete the flow for all of the result type of that function step.
    for,
    '383: Notification activity must be assigned a performer when used in a process.'
    Open up the properties dialog of the notification in your process and click on the 'Node' tab, there at then end you can find a property called 'Performer' assign the following,
    Type->Item Attribute
    Value->Send to Role (or) Send to Email.
    I guess this is a late response, but i just fixed these problem for my workflow and hence found your query !!
    ~ Vivek MS

  • Oracle Workflow Builder and Oracle 9i

    The Oracle 9i Client CD does not include the Workflow Builder and MAPI Mailer, however the Oracle 9i Server CD NT does under the Client Component option.
    Customers on other platforms need access to the builder, so patch 2053572 has been released to remedy this situation.
    Customers should not install any other version of the Oracle Workflow Builder into a 9i Oracle Home. Previous releases of the Workflow require and 8i Oracle Home.
    See Metalink Note 161304.1 for more details.

    Got around the error by not running the installer (setup.exe) that came with the workflow code tree. I ran my Oracle Installer and pointed it at the appropriate place in the workflow code tree, and that worked. The Net8 Config Assistant setup process didn't complete, but I just copied my 9i tnsnames.ora file into the workflow network\admin directory and everything worked fine.

  • 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

  • 601 SAP Business Workflow - Build and Use

    Hello,
    I am working in ABAP for last 6-7 years. Due to project need planinng to take BIT 601 SAP Business Workflow - Build and Use  class.
    Please suggest if this class is good  to get started in SAP workflow. Pre-requisite for this class is BIT 600. I am not taking that class. Can I do self study and pick it up?
    Please suggest how I can get ready for workflow.
    Thanks,
    AP

    Hi,
    Org structure needs to be setup by HR, but you can set up org structure yourself. Its not a big deal. 601 will go thorough this process. Also you can have workflows without org structure.
    Go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70b074ac-fa1b-2a10-1587-bd084347fc56
    On help.sap.com, there is a demo for an absence request workflow. If you go through them, it should give you an idea of all the basic tcodes including the creation of a HR org structure, workflow build etc.

  • Unable to view flow in Workflow builder

    Hi,
    I have created a process flow in OWB904 and deployed it to workflow repository. The flow runs ok from OWB and from SqlPlus. When I try to connect to workflow repository from workflow builder (2.6.1.5.2), I get the following error:
    WFLDRL_FAIL
    WFLDRLD_FAIL
    WFLDDITT_FAIL FILTER=%
    WFITTS_FAIL NAME=PKDW3
    WFITTV_FAIL OPERATION=SET NAME=PKDW3
    WFXXXV_DESC DESC=Process Flow Package
    WFSTRCK_SPACE
    I have to run the workflow script 'wfrmitt.sql' to remove the deployed item. The repository then become accessible again. OWB deployment manager reports no error: Any clues?

    Rolf,
    The issue seems to be in the description.
    We can reproduce this with a trailing space on the description of the ProcessFlow Package. Then we get the same messages you get, but you seem to be getting the raw NLS keys not the NLS'ed strings (don't know why)
    The solution is to remove any leading or trailing spaces from the description.
    you could look at the DESCRIPTION column of the WF_ITEM_TYPES_TL table of the Workflow repository to confirm the presence or lack of spaces.
    Hope this helps,
    Jean-Pierre

  • Oracle workflow consultant (with workflow builder exp)

    May 25 2004
    Our client is a major bank in Jamaica and they have a requirement for an Oracle Workflow Consultant. This is a 6 months contract and it would be 3 weeks/month in Jamaica and 1 week/month back home. All expenses including trave, accomodation (5 star) and meals would be taken care of. There would also be a per diem and a bonus at the end of contract.cllient considering US/Canada based consultants.
    ·     A Technical Consultant with expert experience with Workflow
    ·     Expert technical experience and strong functional knowledge
    ·     Experience using “Workflow Builder” as a tool
    ·     Experience with configuration, customization, and modification of pre-configured workflows with Workflow Builder to suite business applications
    ·     Customization of workflow and optional set-ups such as enabling email process
    ·     Experience with configuration/escalation/exceptions in workflow
    ·     Workflow Builder is accessed at the systems administration level so consultant has to have experience with systems administration (application system administration)
    ·     A “workflow” guru would have performed this function for at least 50% of the time – (rest of the time he/she would have done application system administration, technical design/development…
    Skills:
    Very strong technical user level of workflow
    Very strong experience with Workflow Builder
    Oracle 11i, SQL or SQL Plus
    Workflow knowledge from HR or elements of HR Module
    Please contact for more details:
    Rohini Mehtani
    IT Resource Consultant
    Bevertec
    [email protected]
    416-695-7525 ext: 229

    Could you please tell me ...........
    Whether Oracle application version 11.5.9 is compatible with OAF 11.5.10 (patch p4045639_11i_GENERIC). If yes, then why my pages are not working?
    Not even the Existing FWK Tutorial application is also not working, nothing is working!!! Do I need to modify somehting?
    Please suggest any solution I have to Develop new self service application.

Maybe you are looking for

  • Should OS/FileSystem caching be write-through?

    I have a question. I use Ubuntu. Should I mount my filesystem (which holds BDB's content) with "-o sync" option? That is, should my file system cache be write-through? I have this question because, if I turn on the logging feature in Berkeley DB but

  • Imports not recognised

    I'm new to using Sun One Studio 5. Having problems with import statements in example source I've mounted to the file system. All are showing as not existing, i.e. when I compile the MIDlet, I get compilation errors: package javax.microedition.lcdui d

  • Sub-collection in Bridge CS5

    Is there anyway to create a sub-collection in Bridge?  After searching it appears that you can do it in Lightroom, but I need Bridge thanks

  • Sap comany

    Hi experts, I please clarify my doubts, how the working environment of the company those implementing SAP and Providing support for the client?? like....what is the difference between Coglet Palmolive and TCS?? how their work is different? thanks..

  • Unable to connect to Master Repository - AE Tool

    Hi, We are implementing LSO and are on the latest version of 604. Initially we had an approach to save the courses to SAP KM. Everything worked fine until we decided to use a new Content Management Server (CMS). The BASIS team has setup the CMS prope