Workflow launcher names

Hi,
I created a workflow launcher using the UI, and it created a node with a random number
e.g.
/etc/workflow/launcher/config/-1368574140
All of the OOB workflow launchers have meaningful names
e.g.
/etc/workflow/launcher/config/dam_xmp_writeback
Is the random number normal?  It doesn't look like I missed anything.
Would there be any problems if I create a package with the node above?  It would be good to be able to package up my reverse replication workflow.
Thanks!

Yes, It is normal to have you launcher node with Random number and you can package this launcher node.
          If you want to have meaning full name of your launcher, you can rename it using crxde.
                    http://localhost:4502/crx/de/index.jsp#/crx.default/jcr%3aroot/etc/workflow/launcher/confi g/
Regards
Brijesh

Similar Messages

  • Which AP Invoice Workflow launched in R12

    Dear experts,
    Here is the background:
    I am looking at a R12 environment, migrating from an 11.5.10 with customisations.
    In both environments I am looking at the workflow's that are lauched following the creation of a simple Invoice under 'Payables Manager' , followed by clicking on the 'Initiate Approval' invoice action.
    In both environments, there is a subscription to the business event: 'oracle.apps.ap.event.invoice.approval' which launches the workflow Item Type: APINV. This set up is identical in both.
    The Problem:
    When I go to Status Monitor I can see the following workflows launched after creating an invoice and initiating the approval:
    1) R12 : 'AP Invoice Approval', Item Type - APINVAPR
    2) 11.5.10 : 'AP Invoice', Item Type - APINV
    Therefore, different workflow's are lauched between the two releases. As APINV is subscribed to ''oracle.apps.ap.event.invoice.approval', why is this not launched in R12? Also, APINAPR does not have an Event item in the workflow - where is it initiated from?
    Could the differences between the two releases be to do with AME set up?
    Many thanks for your anticipated help,
    Mark

    Please see if (R12: Status of the Invoice Becomes Blank After Applying a Prepayment [ID 733006.1]) is applicable.
    Thanks,
    Hussein

  • How to know the workflow object name assigned to a Transaction code

    Hi Friends,
    There is one workflow object assigned to one transaction code VKM1. How can i know the workflow object name assigned to that particular transaction. Can anybody help me?
    Regards
    shankar

    HI
    Please check t.code PPOMW
    Thanks & Regards
    Phaneendra

  • Workflow Process Name for Single/Bulk enrollment

    Hi,
    What is the Workflow Process Name for Single/Bulk enrollment through Learning Administrator ?

    Hi,
    In this process, how to enable approval flag for Learner Administrator ?
    or in other words ...
    Does approval can be set when Learner Admin enroll any employee/learner in the class ?

  • Workflow display name coming up with .AMERICAN at the end

    Hi
    For a couple of employees created in our system, the workflow display name is coming with 'AMERICAN' at the end which clearly looks like is the language setting for the user. ORIG_SYSTEM for this users in WF_LOCAL_ROLES is WF_LOCAL_USERS.
    How can we fix this? There is no option called WF_LOCAL_USERS in the Synchroinze WF Local Roles program.

    Reply to sarojak
    To which orig system these users/roles belongs to? - WF_LOCAL_ROLES Shows Org system as WF_LOCAL_USERS
    What is the display name value shown when you query wf_local_roles table for the user that is having reported issue? - with .AMERICAN added

  • The Workflow Launch Process is returning Error Page..

    Hi All,
    I have a single box installation of 11.5.10.2 in Linux
    i am trying to access the following link
    System Administrator --> Workflow --> Launch Process
    This Launch process is returning an error page showing the following details:
    Self Service Frame Work
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    Click here for exception details.
    What could be the problem for the above issue...?
    Many thanks in advance......

    Have a look at Note: 304759.1 .. Just confirm that you use the same steps mentioned there to launch the processes

  • FIM Workflow custom activity - Get the workflow/set name

    Hi,
    How can I get the name of the workflow/set that triggered my custom activity?
    I'm planning to make my custom activity to have diferent behaviour depending on the ResourceType, action(modify, create) and
    workflow/set name that "triggered" it
    Many thanks,
    DD

    CurrentRequestActivity Class has a property called
    CurrentRequest this class is available to you in your activity (See example) This returns a
    RequestType object which has a
    ManagementPolicyRules member which leads to the set(s) involved. It also has an
    ActionWorkflowInstances property 
    However, what you are doing breaks the encapsulation of the activity. The activity should be like a black box to the admin -- feed in the same parameters in config and the same data at runtime and I get the same result. Having it depend on the workflow MPR
    or set makes that impossible. I would suggest separate workflow activities in different workflows. It will be cleaner encapsulation and make the life of the FIM admin easier.
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

  • Custom product launcher name

    Hi,
    There is a way to set custom product launcher name on Oomph .setup files?
    Explaining... I'm defining a custom product setup, with predefined plugins, location, some preferences, etc., and I like to define the launcher name from "eclipse.exe" to "myproduct.exe" (Windows setup, ignore .exe if you like
    Thanks!!!

    Hi Claudio,
    Comments below...
    Cheers
    /Eike
    http://www.esc-net.de
    http://thegordian.blogspot.com
    http://twitter.com/eikestepper
    Am 06.08.2015 um 19:38 schrieb Claudio Weiler:
    > Ed,
    >
    >>> Doesn't confuse the two terms: a plugin is not a product. A product is...
    > Maybe we have different points of view that are makings things more difficult, and my poor English do not help on this...
    >
    > I'm based on this page https://wiki.eclipse.org/Eclipse_Oomph_Authoring. But using "Setup Product Model" wizard. That
    > is what I'm calling "product". I find this page https://wiki.eclipse.org/FAQ_What_is_an_Eclipse_product%3F, that is
    > what I think you are calling "product". Two different concepts with same name... :(
    Clearly we suffer from the fact that there are more concepts (or variations thereof) in the world than short names for
    them. The word "product" serves even more purposes in the Eclipse world. It refers to the project in your workspace that
    contains your artifacts (especially the .product file) that specify a product. It refers to the p2 metadata (i.e.,
    installable unit) that's derived from those artifacts and lives in a p2 repository or p2 profile. It refers to the
    executable installation that's created by the p2 director from that metadata. And so on...
    >
    > From now I will call these as "product setup" and "eclipse product", respectively.
    That seems okay if the context doesn't disambiguate the word product enough.
    >
    > I tried to find how to build a custom eclipse product, but no luck til now...
    Oomph is *not a build technology*, so you won't find that in our documentation, but the article you mentioned above
    directly links to https://wiki.eclipse.org/FAQ_How_do_I_create_an_Eclipse_product%3F and the web is full of tutorials on
    that topic: http://lmgtfy.com/?q=eclipse+product+build
    >
    > Sadly Oomph is too new
    By now Oomph is more than two years old.
    > and my findings on internet is not helping me to put the pieces together.
    Nobody said that it's simple, but the information is all publicly available (not in Oomph of course) and you should
    first learn how to *build* an Eclipse product. Then you can learn how to create an Oomph setup to make it easier to
    install this Eclipse product.
    > I git cloned https://git.eclipse.org/r/oomph/org.eclipse.oomph and studied a bit this structure, but it's hard to
    > understand without a guideline,
    That's certainly a subjective statement, but I doubt that the Oomph sources would help you understand how to build an
    Eclipse product.
    > and it is too "eclipse installer"!!
    Whatever that means. But yes, Oomph is an Eclipse installer; it can only install Eclipse products.
    > I tried to find some "eclipse.product" but failed...
    >
    > Thanks!!

  • Passing arguments to a WorkFlow launched from a Link field in a form

    Hi. Anybody knows if it's possible to pass some argument to a WF launching it from a form?
    In the form from which I call the WF, I have a var that contains a list. This list has to be passed as an argument to the WF.
    The code:
    <Field>
      <Display class='Link'>
        <Property name='name' value='Launch WF'/>
        <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow'/>
      </Display>
    </Field>Can I add something to the URL propriety to pass the var?
    Thanks,
    O

    add variables, prefixing them with 'op_', like the following:
    <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow&op_myVar=myvalue'/>

  • Automator workflow launches itself all the time - even after being trashed!

    I created a while back a automator workflow that I would use to crop images (in order to use them as avatars online). It didn't work so well so I trashed it.
    My problem is that now, whenever I save a .pdf file or a .doc file, said workflow will launch itself. Of course, my computer cannot find it (it is long gone). I don't know how I can stop my computer from remembering it. Obviously I haven't trashed it completely. What can I do? It is starting to get really annoying.

    I'm not a power user when it comes to Automator, so I might sound a little silly with my explanations. Also, I might not remember it all perfectly.
    I'm pretty sure I trashed the .app I created. And by trashing I mean putting it in the trash and emptying the trash. When I discovered it was still launching itself, I used Spotlight to locate another file (I think it was in the library) that sported the same name but with a different extension (not sure what it was, but the icon was a blank page). I trashed it the same way, but it didn't do the trick.
    To sum it up I trashed all the files that had the name of that stupid workflow and it is still out there.

  • Workflow Attribute Names

    Answer me this...
    When you create a workflow in the Workflow builder, one is FORCED to have the item level and function level attribute internal names to be all uppercase. Fine. So I make a work attr called MY.ATTR.NAME.
    But then, in a PL/SQL function, I am allowed to call WF_ENGINE.GetItemAttrText(itemtype,itemkey,'MY.attr.NAME') and it will fail. It will fail because there is no such attribute called MY.attr.NAME and that is because the workflow builder creates all attributes with uppercase names.
    Why in the GetItemAttr and GetActivityAttr functions does Oracle not call UPPERCASE on the names? It would only make sense, so that there is a normalized form of attribute naming? Or make the search for attribute names case-insensitive. Looking at the function body, neither is done. Why is that?
    Its forcing me to wrap the Oracle-provided functions with my own that call UPPERCASE on the attr names and then call the Oracle functions because I have many users who will be creating workflows and their corresponding PL/SQL functions and I'd like to make it as painless as possible.

    Raja,
    How does one go about opening an ER? Through my MetaLink account?
    I mean, its not absolutely necessary although I would like to see it in a future patch or version. I just didn't understand the logic behind it... Force users to be able to create only uppercased attribute names but when they go to retrieve them, allow any capitalization. That just leaves room for unnecessary errors.

  • Looking for screen to change Supplier User Registr.. workflow process name

    Hi,
    The question relates to Supplier User Management.
    Does anybody know if there is a page where you can pickup the workflow (the shipped one has internal name POS_REG) process name for supplier registration?
    Thank you.
    Anatoliy

    Hi Bala
    What enhancements were you adding to the Workflow Reassign/Delegate feature, which included being able to add comments? A good idea is to look for any differences between how workflow implements the reassign feature, and your customization.
    Also, make sure you only use the Public documented PL/SQL APIs and do not update the tables directly to ensure no Support or Upgrade Issues.
    Cheers
    Mark
    I am using Stand alone Workflow 2.6, In my workflow process
    which is an Issue tracking system which is working fine. On Enhancement I would like to create my own RE-ASSIGN function which will, Change the ownership of an issue totally to other user.
    For this I Created a package(CHANGE_OWNER.CREATE)which will show list of Users and Comment field(Just like Re-Assign).
    Here user can pick other user, and add comment,
    once submit for that Item key I am updating the workflow notification table so that paritcular issue ownership will be changed.
    In my workflow process I created a lookup code called "Change Owner". On click of Change Owner it will call the Function
    in workflow process which will call CHANGE_OWNER.CREATE, here
    the workflow process supposed to wait and get the User to be
    changed. BUT THE PROCESS IS NOT WAITING, IT JUST DISPLAYED THE
    SCREEN AND CONTINUED THE WORKFLOW PROCESS. I WANT THE MY
    WORKFLOW PROCESS TO BE ACT AS RE-ASSINGN BUTTON WHICH WILL WAIT
    FOR THE USER INPUT.
    HOW TO DO IT.
    Thanks
    Bala.

  • Relation between an idoc and the workflow launched

    Hi masters.
    I have a hard question to solve.
    I have an inbound idoc whick launch a workflow. Also i have a report to reprocess a workflow that has not finished or has finished with Error status.
    But my requirement is that if the status of the inbound status is 68 you have not reprocess the workflow which has generated this idoc.
    Do you know hoy i can obtain the data between the workflow and the idoc?
    Many thanks.
    <b><REMOVED BY MODERATOR></b>
    Manel
    Message was edited by:
            Alvaro Tejada Galindo

    Hi again Ferry,
    Yes, but i need to do this with abap.
    I have a report to reprocess workflows. I have only the id workflow and the status (table SWWWIHEAD) but i have to reprocess only the workflows which idoc (idoc that has generated this task) are not in status 68.
    Many thx!!
    Manel

  • Drop Ship workflow Process Name

    Hello,
    Does anyone know the seeded Process Name that could be used for drop ship orders. According to the documentation I've read about drop ship, they explained to use the Generic Order Flow which I did. The problem is with the line level process name. I've tried Line Flow Generic and several other process names but my orders get stuck at the booking level. Other types work just fine. I've also changed the source type to external but nothing works!
    I'm using Vision 11.5.7
    My setup is as follows:
    Item = transactable, stockable, customer ordered, customer orders enabled, shippable, oe transactable
    transaction type: Drop ship, order category= order, order workflow = order flow- generic, Assign line flows-->Process name= Line flow- generic
    Line type --> source type= external
    Set up defaulting rules as well
    Orders get stuck at booking! Should be awaiting receipt
    Your help will be appreciated
    Cheers
    Riad

    Hi Sandeep,
    Are you sure whether the Workflow Background Process has picked the order line and workflow activity is not errored out? Please check the workflow, has it completed Purchase Release activity or is it still in the Purchase Release - Deferred state?
    If the workflow is in the Purchase Release - Deferred state, then the line will be in the Booked status. So, run the WBP program (item key - OM Order Line, Process Stuck - Y, Process Timeout - N) & see the line workflow activity & the line status should be progressed to Awaiting Reciept.
    Also, make sure you have provided the List Price (greater than zero) & Default Buyer in the Purchasing tab at the Item master level for the dropship item. If these information are not provided then the Requisition will not be created.
    Regards,
    Hemanth

  • Workflow Launch error

    Hi Everyone,
    We are facing an issue while launching the  workflow builder after installation( Version no:2.6.3.5)  on windows 7 32 bit OS.
    Installation is successful but while launching we are facing  the below
    we tried modifying the compatibility mode to windows services pack 3.
    Please help us on this issue.
    Thanks in Advance,
    Phani

    Please see:
    11i - 12 How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business Suite (Doc ID 261028.1)
    Oracle Workflow Builder On Windows XP, Microsoft Vista, OR Windows7 (Doc ID 563350.1)
    Recommended Set Up for Client/Server Products with Oracle E-Business Suite 11i & R12 (Doc ID 277535.1) -- Workflow Builder Client
    Thanks,
    Hussein

Maybe you are looking for

  • Kernal panic (ethernet), USB mouse prob, kb backlight failed

    Hey all: Sometimes when I remove the ethernet cable from my PB I get a kernal panic message. It has also happened when I move my PB when the ethernet cable is connected, as well as some other times that are just plain random. Additionally, my wireles

  • Cinestyle Colour Profile For iPhone 6 Video

    Hi ! I'm a pro photographer and just started playing with the iPhone 6 video ... it's amazing. However, I find the colours and contrast too punchy and severe - so the video files it creates are not great to edit and grade in Final Cut Pro X. Does any

  • Error message when trying to download bootcamp.

    The disk cannot be partitioned because some files cannot be moved.Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. I am unskilled in this matter and would like a bit of assistance. Not to sure what I

  • Can we turn off the icon on the lock screen that opens and displays all the photos on your ipad

    I finally noticed the little icon on the lock screen that you can puch and it immediately opens a slide shoew of all the phoes in your library.   I think this is a bit of a security issue -- I dont' wan people being able to look at my pictures wtitho

  • Please help re-set up my linksys e1000

    I set up my linksys e1000 years ago and haven't had a problem.  Yesterday, it was accidentally unplugged.  Now it no longer works and I do not have the CD.  How can I get it set up again?  Please be specific because I am pretty clueless here. Thank y