Using flowed layout in Process Management

Hi All,
I'm encountering difficulties to use a form with a flowed table in
my Process Management process.
First, after binding the form to xsd schema when I add another row in
the table it automatically populated with the same data as the first
one.
The second problem is that when I the form is routed from the process
initiator to next station it is rendered without additional rows.
Any ideas how to fix it?
Thanks!

The problem was in the  schema.
In my original xsd repeating part was defined in this way:
I've changed it to :
now it is working fine, Thanks!

Similar Messages

  • Re arrange control using Flow layout

    hi,
    I want to know how to re-arrange the postion of controls (say, buttons) when FlowLayout is used to layout the controls.
    Thanks,
    Mano

    Define "re-arrange."

  • Can I use grid layout in JSF visual page designer ?

    Hello dears...
    I am using Jdeveloper 11 g and 10 g .
    When I tried to use JSF visual editor (from the component palette), and when I drag any control to the page I found that the control go to the top left of the page
    and I even can not move the control to another place in the page by the mouse.
    the JSF visual designer seems to use flow layout for the page . (the same as using flow layout in the swing applications).
    The question is Can I change the page layout to be grid layout instead of flow layout ?????? (to be able to move any control to anywhere in the page.)
    Note that in netbeans 6.1 , when u design JSF page , you have 2 options for the page layout, grid layout and flow layout and u can choose as u like.
    Is this feature found in jdeveloper 11 ?????
    if not , Can anybody tell me any workaround to design JSF pages without using flow layout ????
    Thanks in advance
    Samy
    Edited by: user10653280 on Nov 29, 2008 1:30 PM

    We don't provide absolute positioning for JSF application - this is a bad practice since it fills your JSF page with CSS code and create applications that are not portable between different screen/monitor resolutions - so we use flow layout instead and provide a much richer set of layout components.
    See info here:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_orgpage.htm#CACCBCCI

  • Sharepoint Out of the Box as Business Process Management (BPM) Tool

    How Sharepoint  out of the box can be used as Business Process Management  tool? Like we have K2.

    Hi Bharat,
    Thanks for posting your query, 
    All versions of SharePoint support workflows based on windows workflow foundation. SharePoint Server includes some predefined advanced workflows such as Approval, Collect feedback, Collect signatures. WSS 3.0 and SharePoint foundation contains simple "3
    steps workflow".
    But all versions support custom workflows and custom worflow steps created in SharePoint Designer or Visual Studio.
    You can customize forms with SharePoint Designer, Visual Studio or InfoPath.
    Also, check out below mentioned URLs to know more on this functionality in SharePoint 2013
    https://support.office.com/en-sg/article/Overview-of-workflows-included-with-SharePoint-d74fcceb-3a64-40fb-9904-cc33ca49da56
    http://www.actsolution.net/Pages/SharePoint/Business-Process-Management.aspx
    http://www.slideshare.net/SPTechConSanFrancisco/using-sharepoint-for-business-process-management-by-eugene-rosenfeld-sptechcon
    http://www.slideshare.net/AndreasAschauer/sharepoint-2013-as-a-bpm-workflow-management-system
    http://technet.microsoft.com/en-us/library/ee424392(v=office.15).aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Oracle BPEL Process Manager- latest API and developer's documentation.

    This is regarding Oracle BPEL Process Manager.
    I'm planning to integrate the same, for review or prototype purpose, so need to know about the API documentation and developer's guide if available.
    The API documentation available seems to be inadequate as it does not document the collaxa APIs (for example) so need to know any documentation available to integrate Oracle BPEL Process Manager as workflow engine.
    What I'm looking for is the API documentation, developers guide for integrating Oracle BPEL Process Manager APIs etc.
    Developer's guide to manage the development of business process lifecycle of deploying, executing and managing business processes programmatically, using the Oracle BPEL Process Manager, v2.0.11 API Specification.

    For the Java API, please take a look at the Java Doc in c:\orabpel\docs. You can also learn about those API by looking at the implementation of the BPEL console (given that the BPEL console is built mostly on the public API of the engine. There are also a few tutorials (02.Invoking A BPEL Process) which highlight how one can invoke a BPEL process through the Java API both locally and remotely).
    Edwin

  • Span div problem on flow layout

    i want to use flow layout for my page. if there is any component that includes div tag it causes new line on html page. i use page fragments in my page. if there is any fragment that includes div tag next component appears on new line. i want to place more than one components in the same line. how can i do that?

    Hi!
    You can play with mode of position property. Open 'style' property, select 'Position' part and try to change 'Mode'.
    Thanks,
    Roman.

  • Newbie: does Oracle BPEL Process Manager support http-get/post binding?

    Hi all,
    i'm a newbie in using bpel4ws. Two things i must know before using the Oracle BPEL Process Manager:
    1. Does the manager support the sub-specification bpel4ws?
    2. I want to orchestrate some services which aren't binded using http-SOAP or rpc. They are binded using http-GET and http-POST. Does the manager support these bindings too?

    Hi Clemens,
    thanks for answering.
    Ähhm... as i told you, i'm newbie here. I searched for the content of
    samples/tutorials/702.bindings/http
    But i'm afraid i don't know where to start. Its no URL and i didn't find the source of this path. Can you add the full URL or tell me how to get to the source of these samples?
    thanks
    Albrecht

  • Some Kind of "Flow" Layout

    Is there any way to make panel groups do some kind of "flow" layout instead of based on the grid?
    An example is a panel group what has 6-8 other gridpanels and panel groups in it. the problem is when you programmatically turn on/off various gridpanels or panel groups, instead of the ones that are turned on "flowing" to the top of the enclosing panel group, they are evenly spaced vertically within the enclosing structure.
    This makes for ugly pages, and goofy layout. Is there anyway to change the layout algorithm so that it will layout left-ish and up-ish rather than this scattered vertically???
    thx,
    Kristofer

    Hi Kristofer,
    The following info might be of help to you:
    The Grid panel displays components in rows and columns. The number of columns can be specified by going to the Properties sheet and entering a value for the Columns property. For example if you mention 5 columns and you drop 12 components into the grid panel, the components will be arranged in 3 rows with the frist two rows having 5 components each and the last row having 2 components. If one of the components' rendered property is set to false then these components after that empty cell move back one cell.
    The group panel infact uses flow layout. The order in which the components appear is the order in which they were dropped onto the page. This applies for the grid panel too.
    I hope this info will be of use to you. Please do revert back in case you have any more queries.
    Cheers
    Giri :-)
    Creator Team

  • Business process manager using Apex

    Has anyone implemented a declarative, generic business process/workflow engine similar to Oracle's BPEL Process Manager using Apex? There are some threads on this forum talking about BPEL's predecessor Oracle Workflow, an open source engine called PL/Flow and the like but they are more than 4 years old. I also see some survey/questionnaire type applications but they don't have process flow, routing, approvals, notifications and all that stuff. Other vendors have similar end-to-end solutions.
    Comments? Thanks

    Hi there,
    I've been trying to find more information about the same subject but it does not seems to be a very popular issue, I'm shocked!
    I've learned that 10g came with a workflow server buy it's not longer offered in 11g. The reason of course is to sell oracle BPMN/BPEL; unfortunately these tools are way out of my budget, they are good tools but extremely costly.
    Therefore, i've done some research about open source alternative that i could merge with apex applications to include routing, approvals via email, notifications, etc. And luckly there are a lot, too many to list, take a look at the link below
    http://java-source.net/open-source/workflow-engines
    Let me know if you find osme other alternatives,
    Thanks,

  • Using process manager to get command line of a running application

    hello,
    i'm currently using the process manager framework to get a list of current running processes on the machine. i would like to get the command line to display to the user. i can see how to get the path to the executable file. i.e. /Applications/AppRunning however i'd like to get the full command line and im either missing it from the documentation or not seeing the links to get that information. so i want to get /Applications/AppRunning -c someoption -f another option. can anyone recommend a function to assist me or if im using the wrong API to get the information i am looking for can someone recommend the correct API?
    thank you very much.

    musikit wrote:
    thank you very much. you have been more then informative about this. i'll have to check out the kernel queues and events api you mentioned. i've never really digged this far into a unix style OS before. it's pretty interesting. it seems like EVFILT_PROC is what i want to get process starts/stops.
    I've never done this either, so I'm quite sure I'm missing some big things here. Some other things that might be handy are dtrace and ptrace. I strongly suspect that there is some really easy way to do it that I don't know about. You might try searching on the Apple developer mailing lists.
    at the end of the day though i still need to be able to retrieve the command line of a running executable. 'ps' can do it so i'm assuming there is a programatic way of doing it. is the mac 'ps' command source code online anywhere that i can see what it's doing?
    I don't know about ps. There are a number of Mac applications that do things similar to what you propose. Marcopolo is open-source and can detect when applications are launched.
    i have looked at the linux procps package however it relies on the procfs which mac does not have.
    Amit Singh wrote a MacFUSE-based procfs for the Mac. You can look at the source code to that, but, to quote Amit "the MacFUSE version of procfs makes heavy use of the Mach programming interfaces". Good luck with that. Still, there might be some helpful information in that link.

  • Business Process Management use cases within an SAP Environment

    Check out the [BPM use case wiki |http://wiki.sdn.sap.com/wiki/display/BPX/BusinessProcessManagementUseCases]to learn how many SAP customers are profoundly transforming their companies by leveraging the discipline of Business Process Management to optimize, monitor, and measure their business operations.  Join us as we survey over 20 industry and cross-industry use cases where BPM methodologies and tools were applied to help align business goals with IT implementation to rapidly achieve measurable business improvements.  See how other companies got started with BPM and get ideas of how you can begin delivering business value rapidly with a BPM approach in your own company.
    Become part of this effort by providing your feedback in this forum or adding your insight and help grow the knowledge base by becoming a contributor the BPM use case wiki by sending a request to the wiki owners.

    Hi,
    Thanks a Ton for the info. Just to let you know that the link has been changed...
    Here is the new link...
    http://wiki.sdn.sap.com/wiki/display/BPMUC/BusinessProcessManagementUseCases
    Regards,
    SrinivaS

  • Can I use Oracle BPEL process manager with other AS and DB

    Can we user oracle bpel process manager with jboss application server and postgresql database.. is it possible..
    and what will be the price.. per licencse when i go to just purchase Oracle BPEL process manager

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Which version of BPEL Process Manager should I use for Windows 7

    As the one which I downloaded doesn't work.
    [http://www.oracle.com/technology/software/products/ias/bpel/index.html |Windows |Download      soa_windows_x86_bpel_101310.zip (356,697,295 bytes) ]
    I have installed SOA Suite,
    SOA Suite (11.1.1.2.0)
    More Info
    Generic : 1.7 GB
    DownloadDisk1
    Works on all platforms
    AIX5L: 1.7 MB
    DownloadDisk1      
    Included:
    * BPEL Process Manager
    * Human Workflow
    * Business Rules
    * Business Activity Monitoring
    * Mediator
    * B2B
    * Web Services Manager
    * User Messaging Service
    * Enterprise Manager Fusion Middleware Control
         Required Additional Software:
    * WebLogic Server
    * Repository Creation Utility
    * Oracle Database
    * JDeveloper
    * Patch Scripts
    Optional Software:
    * B2B Document Editor
    * Identity Management
    * Access Manager
    * Service Registry
    * SSO Metadata Repository Creation Assistant
    * Web Tier Utilities
         SOA Suite (11.1.1.3.0)
    Business Process Management (11.1.1.3.0)
    More Info
    Generic : 1.9 GB
    DownloadDisk1
    Works on all platforms
    Error of log is as follows,
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2. Actual 6.1
    Failed <<<<
    I fear that I may need to remove Windows 7!!:(
    Any pointers?
    Thank you for your help.
    Edited by: user9284468 on 28-May-2010 06:45

    Thanks man, I was wondering that I can't install and run BPEL Process manager on windows 7 but now i have started hoping!:)
    I am getting this error right at first stage, that when you click on setup.exe I get the message which I pasted in my original message.
    I am using bpel process manager for windows 10.1.3.1.0 and SOA Suite 11g(baseline 11.1.2.0) + patch set 11.1.3.0
    Please let me know how i can proceed with installation.
    Thank you.

  • Parallel processing using flow activity

    Hey, I have two input directories in the same process for two different partnerlinks and I want to use these two directories to input two flat files to two tables simultaneously.I tried using flow to do this parallel process. But the process when uploaded onto the console takes one input file and it fails. It changes the state of the process to 'off'. Can anyone let me know as to what could be the reason? thanks and regards

    Hi can someone help me please

  • WS-Security compatibility using Oracle Business Process Manager

    Hi All,
    Actually I like to invoke couple of secure services running on seperate server.These services are secured using WS-security.So I am just wondering how to configure Oracle Business process Manager so that process bpel file uses the certificates.I could not find any relevant documentation Is there any documentation available which explains how to do this?
    I would appreciate your help.
    Kind Regards
    Kashif

    yes we do native in Oracle BPEL PM (username token) - as explained here
    http://www.oracle.com/technology/products/ias/bpel/documents/bpel_admin_10.1.3.1.0.pdf page 30
    for more sophisticated ws sec stuff, pls use Oracle Webservice Manager

Maybe you are looking for

  • How do I organize multiple albums into one big album collection?

    Examples: Linkin Park - Studio Collection Michael Jackson - The Indispensable Collection

  • FCP No Movie in File when Rendering???

    Hi, I had this project I worked on before compressed and rendered and all that. I had to make some changes and now when I go to Render it says "no movie in file" I tried to reset the render and start fresh and still it wont render. I cant seem to fig

  • Dynamic link new feature or bug

    If I create an Encore project comprised of dynamic-link sequences from Premier and build a DVD, that works fine.  However, if later I change one or more of the sequences in Premier, save everything, and open Encore, it does not know that some of the

  • Transferred library to new user account but not able to download...

    I transfered my existing library from the account I was originally using to my own new account following the directions that Apple provides http://support.apple.com/kb/ht1203 however now I'm noticing that I cannot download music, apps, etc. in Itunes

  • Daylight Savings Time Change Mar-2007

    Is this years new date for DayLight Savings Time going to affect my WRT54G v3.1 router?  My firmware is 4.30.5. Also, does anyone know why the opening admin page for my router say I have a WRT54GL?