Initial a process variable of PDFSignatureAppearanceOptionSpec

I got a problem in set configuration parameters for Sign Signature Field activity. In this activity, there is a field call Apprearance Option Spec. We can not set it in literal value as we want it configurable without changing the Process. So here we use variable. We create a process variable of type PDFSignatureAppearanceOptionSpec. In SetValue activity, we try to set all the fields of this variable. But the problem is most of the fields in this variable are not trivial, they have some class type, TextDirection or AppearanceType, it is hard to set the value for those fields in XPath Builder. Do you have any idea to initial a process variable that is PDFSignatureAppearanceOptionSpec type?

Hi Pietro,
As the task is associated with the WD mapped to it, we will be able to access only the WD Interface controller context associated with it and also few other Task attributes.
Regards,
Unni

Similar Messages

  • PI Control Error Between Process Variable and Set Point

    I've developed a PI program that uses measurements from a pressure transducer as the process variable to control air pressure released from a motorized valve. The program works great at lower pressures, but as the set point pressure increases the error between the process variable and set point increases. I've tried several things....adjusting the P seems to initially increase the overshoot but the process variable always settles down below the set point....tried adjusting the EGU min and max values but no real pattern develops with this. It appears as the process variable get closer to the max EGU value of 70000 pascals the error increases.
    I've attached three screen shots showing the process variable curve and setpoint value. The graph of interest is the one in the upper right hand corner.
    Any recommendation or advice would be appreciated.
    tks, Terry
    Attachments:
    Low Pressure.JPG ‏267 KB
    High Pressure.JPG ‏398 KB
    Mid Pressure.JPG ‏266 KB

    Kyle,
    First off....I appreciate your comments. No...there is no value is system represented as U16.
    Actually errors start to develop quite a bit before the maximum. If you look at the mid pressure.jpg file you'll notice that the set point (~28125 Pascals) and process variable (~25625 Pascals) are roughly off by about 2500 Pascals. Then if you look at the high pressure.jpg file you'll notice that the set point (~53000 Pascals) and process variable (~45500 Pascals) are roughly off by about 7500 Pascals. Therefore it appears as the setpoint pressure increases towards maximum the error tends to increase.
    I was curious about something....the set point value I'm inputting into the PID.VI , shown in the high pressure.jpg file, is from EGU to percent.VI. It would look exactly like the EGU to percent VI feeding the process variable input of the PID.VI with the set point value feeding the EGU to percent.VI input. Would I be better off feeding the actual set point value to the PID.VI input instead of percentage?
    Thanks, Terry

  • Process variable string into filename at Save service

    Hello,
    Does anyone know how to put a string into the Pathname Pattern (Template) property of a Save service (FileUtilsService - Write Document) ?
    What I'm trying to do is strip the /'s out of a date string and put that date into a filename. For example, 042208_Greg.pdf
    Instead I get d:\WMS\C0419\04\22\08\_Greg.pdf
    I want: d:\WMS\C0419\042208_Greg.pdf
    I have a Set Value service putting a form submit date (MM/DD/YY format) into a process variable called @stringDate. I am stripping /'s out of the date and setting @stringDate like so: /process_data/@stringDate <--- concat(substring(/process_data/xfaform/object/data/xdp/datasets/data/C0419/Approvers/Init iator/Date,1,2),substring(/process_data/xfaform/object/data/xdp/datasets/data/C0419/Approv ers/Initiator/Date,4,5),substring(/process_data/xfaform/object/data/xdp/datasets/data/C041 9/Approvers/Initiator/Date,7,8))
    At the Save file service, I am using @stringDate in my Pathname Pattern (Template) to create the filename: d:\WMS\C0419\{/process_data/@stringDate}_{$/process_data/xfaform/object/data/xdp/datasets /data/C0419/Approvers/Initiator/CompletedBy/Name$}.pdf
    Thanks,
    Greg
    Needham, MA

    Hi Greg
    You've done a great job getting this done with xpath.
    It looks to me like you've done everything right - what's not working - are you getting an exception, or is the file being saved with the wrong name?
    There is a nice little DateFormatter component here, that might make things a little easier/flexible.
    http://avoka.dnsalias.com/confluence/display/Public/Formatter+DSC
    Howard

  • How to get value of process variable in another flex form

    Hi,
    currently we are using Flex 3 for form development in LiveCycle ES workspace.
    We have got an "Assign Task" service operation. This service operation has got a process variable defined for "input" and "output".
    The service will be called in a flex form. When the process is called a task will be sent to a user.
    When the user opens this task another flex form will be opened. All these steps work fine!
    How it's possible to get the value of the defined process variable from the first flex form (which starts the process)
    to the flex form which will be displayed when the user opens the task?
    Thanks very much for your help!
    Holger

    Solutions:
    -The 'proper' way for application specific stuff is to use a properties file, not env vars.
    -Use System.getenv(), only works for versions before 1.3
    -Use the java command line option '-D'
    -Use Runtime.exec(), similar to the way you suggested.
    -Use JNI.

  • Unable to access process variable value in the DXFA file

    Hi,
    I am using the On-Demand-Assembly solution accelerator to stitch forms. I am trying to access a process variable inside the dxfa file.
    This is the syntax i used: <c:forEach var="templateItem" items="${requestScope.paramsMap.templateList}"> The templateList value is not being fetched. The same code works fine if I hard code the items.
    paramsMap is set as the Parameters Map variable in the invokeODADocument service.
    Any suggestions on what I might be missing here??
    Thanks.
    Regards,
    Vidya

    Vidya Kesavan,
    Just a shot in the dark here, but I think you may have a typo in "requestScropt.paramsMap.templateList" where "paramsMap" should be "paramsmap" in the context of the CSC template. That could be the cause, making it impossible for ODA to find the variable you're referencing. (I believe it's "paramsmap" within the CSC regardless of what name you have the Parameter Map process variable.)
    Stefan
    Adobe Systems

  • HUman Task and process variable

    Hi Experts,
    Can you tell me
    1)how to aceess the value of process variable
    2) calculate total number of human task assocciated with a process using API's in worklist.
    I am using BPM 11g,JDeveloper 11g
    Thanx in advance

    Hi Experts,
    Can you tell me
    1)how to aceess the value of process variable
    2) calculate total number of human task assocciated with a process using API's in worklist.
    I am using BPM 11g,JDeveloper 11g
    Thanx in advance

  • Scope of the BPM Process variables

    Hi All,
    What is the scope of the process variables in a BPM Process?
    I had defined couple of process variables in my BPM process and observed that whenever i go into a Human Task activity and come back to the BPM process all my process variables values are back to null. Is this the expected behavior or am i missing some thing?
    Thanks,
    TK

    Hi Tulasi. Check for the Modeling and Implementation Guide for Oracle Business Process Management
    You can downlod it from here:
    download.oracle.com/docs/cd/E21764_01/doc.1111/e15176.pdf
    Chapter *8 Handling Information in Your Process Design *, particulary section *8.12 Scope and Access*

  • Get a process variable's value to set a task's time constraints

    Hi,
    I want to have my task expiration times determined by a process variable (Data Object Artifact) that defines a task's "time to live".
    The problem is that I don't have visibility of the process variables inside the Time Constraint's Expression editor.
    Is there a way to get a value of a process variable inside a task without modifying the Web Dynpro associated with the task?
    Thank you,
    Pietro

    Hi Pietro,
    As the task is associated with the WD mapped to it, we will be able to access only the WD Interface controller context associated with it and also few other Task attributes.
    Regards,
    Unni

  • Process Instance : Update Process Variables with Java API

    Hi,
    I need to set a lot of process variables in a java service that is executed in a process but can't find the way to do that.
    Is it possible to modify the value of a variable from a process instance with the JAVA API ?
    I didn't find this type of function (for example with the ProcessManager API).
    Thanks,
    Will

    Could you place your logic in an executeScript service?
    You can use native Java there.
    I have had good luck getting values in and out of process varaibles with the get... set...
    this is a very simple example.
    import com.adobe.workflow.pat.service.*;
    String allowLogging = patExecContext.getProcessDataStringValue("/process_data/@allowLogging");
    patExecContext.setProcessDataStringValue("/process_data/@errorActivity", "Save Doc XML");
    patExecContext.setProcessDataStringValue("/process_data/@errorMessage", "SystemException");
    if (allowLogging.equalsIgnoreCase("true")) {
    System.out.println("@@@@ Save Doc XML @@@@");
    System.out.println("@@@@ SystemException @@@@");
    }; // END allowLogging

  • How do I manipulate process variables within sql?

    Hi,
    I am working with Oracle 10gR2.
    my main problem is to indicate a problem within the execution of a SQLPLUS.
    I saw in this forum that there is a bug and the return code will be ignored.
    So it was suggested:
    As a workaround you can define processflow variable and bind RESULT_CODE parameter of Sql*plus activity to this variable. Then you can define transition from
    sqlplus activity with custom ("complex") condition (like PF_VAR_RC=2 etc.).What exactly shall this mean?
    I am now on the way to solve this by manipulating the process variable within SQLPLUS. But how can I access this variable and manipulate it within PLSQL?
    Many thanks
    cheers Daniel

    Hi Daniel,
    even with this "bug" it is possible to get result of execution SQL*Plus activity:
    - SQL*Plus command exit 0 produce SUCCESS return code in SQL*Plus activity
    - SQL*Plus command exit 1 (or with other non zero value) produce FAILURE return code in SQL*Plus activity
    Regards,
    Oleg

  • Error when initiating a process

    Hello,
    when initiating a process, e.g. a Life & Work Process, i get an error at step 4 of the Process initiating road map. "Process could not be initiated: Set user context". The roles assignment should be ok.  Any ideas what could be the problem?
    cheers,
    Markus

    Hi Markus,
    You need to assign the default roles to the processes. Check this link for the details: http://help.sap.com/saphelp_erp2005/helpdata/en/43/9f2d87c0a86756e10000000a11466f/frameset.htm
    Regards,
    Shubham

  • Get the Process Instance as a process variable

    Hi,
    is there a way on a Workflow Process to get the process instance in order to save it as a process variable (and then store it via a backend call).
    In other words: I have many processes designed via NWDS Process Composer and I'd like to get the process instance ID in order to save it for faster retrieval of the process in the NWA's Manage Process application.
    Thank you,
    Pietro.

    Does it work if the process instance is already created?
    Can you give me an example?
    I've put as the first step of every workflow a callback method that is executed that calls an RFC to confirm, backend-side, that the process has been created.

  • Querying Oracle BPM database for processes with a process variable criterio

    Dear gurua,
    what data base user (maybe DEV_SOAINFRA???) and which tables should I join so that I select all processes with have a process variable with a specific value?

    I found the following web site that can help. The password for everything is welcome1
    http://blogs.oracle.com/bpm/2010/06/bpm_11gr1_now_available_on_ama.html

  • Change form of output signal without initializing new process of output signal

    Hello!
    How to change form of output signal produced on the output channel without initializing new process of output signal?
    Thanks 
    Message Edited by _Pavel_ on 10-28-2009 05:21 PM
    Solved!
    Go to Solution.

    I'm working with LabView 8.5.1.
    I have periodic TTL impulse with constant frequency – signal to start , which I'm used to start data acquisition (PCI-6251)and generation signal (PCI-6221).
    When TTL signal a detection, necessary generation some analog signal (PCI-6221) and acquisition other analog signal (PCI-6251).  Then wait following TTL signal.
    At this moment I write the part of the program which is responsible for data acquisition. Function retriggering (In examples C:\ProgramFiles\National Instruments\LabVIEW8.5\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-CtrRetrigg Pulse Train Generation for AI Sample Clock.vi) is used. This function necessary,because we start data acquisition each time on arrival TTL impulse, andrepeated creation of the virtual channel of data acquisition with the newtrigger spend a lot of time.
    The problem consists in the following. Generation of the data from other card should occur on the same impulse TTL as for the data acquisition card and then generation zero value.
    How I can realize it? I planned to change the form of an impulse of generation when detected TTL an impulse, without reinitialize process.

  • Explanation of PID process variable and set point timing and optimization

    Hello I've been a longtime viewer and fan of the NI discussions forums and finally have a question worthy of the expertise.
    Recently I've been trying to tackle to PID loop control system. I've been able to tune a system and create a  crude but functional simulation. Unfortunately I feel I'm missing some of the crucial rules of the PID loop. For example I've heard people say that the process variable need to run faster than the setpoint, and if this is so then how do you have the PID in a loop that is running slower than the process variable actually utilize the faster updating of the feedback. I've research the dt function and the timming of loops but have yet to been able to grasp how this actually works. I understand that the process variable needs to run faster than the setpoint, so would this require just slowing down the set point and keeping the PID loop, feedback, and motor control in a faster loop. That's the way I seem to be understanding it, but people mention the dt function all the time in order to tune timings. I'm interesting learning how exactly and all the ways the control system on the PID loop is actually optimized. Any help would be greatly appreciated.
    Thanks
    Taylor S. Amarel 
    Learning is living.
    Co-Founder and CEO of http://3dprintingmodel.com/
    "If we did all the things we are capable of, we would literally astound ourselves."
    -Thomas Edison

    Hi Taylor,
    Can you link me to where you were reading this previously about setpoint speed and all this?
    Generally, you simply stick the PID.vi into a loop and wire things up as you would expect. You can use timed loops as you discussed and can sync them up to other clocks (perhaps even a DAQ clock) if you so desire, but it's not critical.
    Is there some strange behavior you're seeing that you're trying to alleviate?
    Jeff | LabVIEW Software Engineer

Maybe you are looking for

  • Message to Creative La

    Dear Creative Labs: As a once valued customer I now feel completely betrayed by your unlawful and unethical business pratices. While as a former Aureal user, I turned a blind eye chalking it up to Aureal being careless. However after reviewing your b

  • Blue Screen + Spotlight error message... I can't reboot!

    Hi All, Upon startup, iMac with 2+GB RAM running OS X 10.5.6 does the following: 1. Normal startup chime 2. Blue screen appears 3. Spotlight error message "Spotlight quit unexpectedly" I can't reboot, or boot in Safe Mode or launch Disk Utility from

  • Overheating + other issues

    I have noticed that I am not the  only person having issues with over heating and not sending texts along with other problems.  Does anyone have any idea how to correct these issues I have contacted Verizon several times and they help by sending me a

  • [ALSB 3.0] help help about xquery transformation

    Hi all, I should transform a xml doc from <val_date>20081004</val_date> <par> <key>rpp</key> <value>10</value> </par> <par> <key>curry</key> <value>CHF</value> </par> to <val_date>20081004</val_date> <par> <key>rpp</key> <value>10</value> </par> <par

  • Need help in booklet printing a pdf???

    hi I have a pdf file with around 200 pages ...I am trying to print a book let out of it but the sequence of pages I need it only available if I select 4pages at a time other setting is duplex printing double sided....the sequence I need it on front p