Action with start condition always triggers

Functionality required: "when its 4 days from the actual date an
Audit is to take place an e-mail should be triggered to the
audit attendees"
I have created a new date rule (4 days before - reminder) and
added this date rule to the date profile 000000000003.  I am
using this date profile in my actions and have set a new start
condition to trigger an e-mail alert when "todays date" = my new
date rule.  I have set up scheduled conditions which are met.
when i create transactions which meet both the scheduled and
start conditions (from my perspective) the action is getting
triggered to send the e-mail reminder.  My new date rule is as
follows:
<?xml version="1.0"?>
<TimeRule>
   <TimeRuleSource>
      <ruleline>
         <AssignTimeExp displaytype="AssignTime">
            <VarTimeExp displayType="VarTime"
                               name="RESULT"
                           position='B'>
              <VarObjectExp displaytype="VarObject"
                                name="SYSTEM"/>
            </VarTimeExp>
            <MoveTimeExp displaytype="MoveTime" direction="-">
               <VarTimeExp displayType="VarTime"
                                  name="ORDERACTUAL"
                                  position="B">
                 <VarObjectExp displaytype="VarObject"
                                name="SYSTEM"/>
               </VarTimeExp>
               <ConstDuraExp displaytype="ConstDura"
                                duration="4" timeunit="DAY">
                  <VarObjectExp displaytype="VarObject"
                                name="SYSTEM"/>
               </ConstDuraExp>
            </MoveTimeExp>
         </AssignTimeExp>
      </ruleline>
   </TimeRuleSource>
When i test it using various dates it seems to work as expected, it returms false when it should fail and true when it should suceed  When tested from within the date rule for the FROM and TO date for todays dates i get the following:
Deadlines
Appointment Type RESULT
From SA 10.02.2007 14:27:52 GMTUK
From
Appointment Type ORDERACTUAL
From WE 14.02.2007 14:27:52
To WE 14.02.2007 14:27:52
Duration
Reference Objects
SYSTEM GMTUK CL_TIMECALENDAR_SIMPLE
In my start condition i am testing for my date rule (4 days
before - reminder) = todays date. 
Can anyone explain why my start condition is always being triggered
Thanks in advance
Ed

Hello Easwar Ram,
Thanks for your reply.
No, I didn't create an Action Profile. I use standard profile: /SCWM/TU (Shipping & Receiving - Transportation Unit).
I only have created a new Action Definition, Schedule and Start Conditions for this Definition. All work correctly with the exception of the button 'Start Condition Parameter'.
I don't know why the button appears because I didn't define a Condition Parameter for the Start Condition. And when I click on this button I get an error in standard SAP code:
1) li_bor_object ?= l_context->appl.
2) ls_bor_handle = li_bor_object->get_bor_object( ip_objtype = l_objtype ).
L_context->appl has value '' in the debugger. After line 1 the value of the li_bor_object is '' therefore line 2 terminates the transaction with error.
Maybe this occurs because the Action Profile uses a Persistent Class for Object Type instead of a Business Object Repository?

Similar Messages

  • Action with a condition that checks for a survey filled in a transaction

    Hi!
    I need to create an action with a condition that checks if there is a survey filled in the complaint document.
    Is there any way to do it?
    Thanks a lot!
    Susana Messias

    Hi Siva,
    Thanks for the document.
    My scenario its the following:
    I have a complaint with a survey assigned to it. I need to create an action that creates a follow-up task to the person responsible when the status is equal to Completed and the survey it's not filled.
    I customized the action profile as you said, but the problem is to create a condition with the information about the survey. The field status it's ok to insert in a condition, but how about the survey?
    Any ideas?!
    Susana Messias

  • What is Start Condition is Actions

    Hi Gurus
    What is Start Condition in Actions?
    Thanks
    Mahi

    Hi Mahesh,
    An Action is only started when you define a Start Condition for that Action. And also that start condition gets triggered for that Action that Activity will start.
    Below is complete example that will help you to understand this scenarios better.
    You create a transaction, for example, a contract, or a marketing object, for example, a marketing campaign. The processing of actions can be structured in three segments:
    Planning Actions
    Starting Actions
    Monitoring Actions
    Planning Actions
    The system uses the action profile assigned to the transaction type to check which actions are possible for the transaction. If you are working in CRM Marketing, you have assigned an action profile to a marketing object in the Marketing Planner beforehand.
    The system checks if the schedule conditions are fulfilled, and for which actions. The following takes place when the schedule conditions are fulfilled:
    The system enters actions with the indicator Schedule Automatically into the action list in the transaction document or marketing object. They are active.
    You can manually add (schedule) other actions from the profile. They appear in the input help in the action list. They are inactive.
    You can schedule actions with the indicator Display in Toolbar using the application toolbar of the document. They are also inactive. There is further information in processing actions using the application toolbar.
    It is only possible to start scheduled actions.
    Starting Actions
    When the start conditions are fulfilled, or if no start conditions have been defined, the system triggers the action at the processing time defined in Customizing.
    The following possibilities are available for starting:
    starting automatically
    The system triggers the action automatically when the start condition for a scheduled action is fulfilled.
    starting manually via the action list
    You have to have selected the indicator Execute in Dialog in the action definition for this function.
    You start the action from the action list using the symbol Execute Action.
    starting manually via the application toolbar for sales transactions, and via the Object Services toolbar for marketing objects
    You have to have defined the indicator Display in Toolbar and the processing time as Immediate in the action definition for this function.
    You start the action using the Actions pushbutton in the application toolbar for sales transactions and in the Object Services toolbar
    When starting the action the system uses the processing medium (method or Smart Form or workflow) preset in Customizing.
    Monitoring Actions
    On the Actions tab page in the transaction document, you can continually monitor which actions are planned or have already been started and executed. There is further information under action list.
    You can change condition and processing parameters for start conditions in the action list for actions which have been flagged in Customizing as Changeable in Dialog .
    You can monitor and start actions of several transaction documents or marketing objects using the action monitor. There is further information under action monitor.
    For complete information on Action Management have a look at the following link:
    http://help.sap.com/saphelp_crm50/helpdata/en/54/238e39e1ba3541e10000000a11402f/frameset.htm
    Thanks and Regards,
    Samantak.
    Rewards points for useful answers.

  • Workflow not triggered for BP when start condition's field is set by BADI

    Hi guys,
    I have created a workflow and given the start Event "Changed" of object BUS1006. In this I have given a start condition which triggers this event when a particular field on transaction BP is populated.
    Now the problem is that when I myself explicitly populate the field and press save the workflow is triggered fine, but when I populate that field automatically in a Save BADI (BUPA_GENERAL_UPDATE), the workflow is not triggered. Tcode swel just returns the msg that Start condition returns 'FALSE' for object.
    Can someone please help me in this or let me know where I can find its cause in system.
    Any help would be really appreciated.
    Regards,
    Shaili

    If this is just one field, create your own custom event and code launching it when saving BP with your field changed.
    Maybe event Changed is executed only for changes in GUI.
    If you program your own one you will have 100% control of it.
    Regards
    Radek

  • SAP Workflow not triggering due to "Start Condition return FALSE" message in SWEL

    Hi,
    I have SES approval workflow which is not triggering in few cases because of check function ends with exception even it has valid start condition and correct data. For example lets say we have PO no. 100 for which 3 SES (SES1,SES2 & SES3) are created. Out of which workflow for SES3 is not triggering even if all the three contain valid start condition(Bases on internal order at PO line item).when triggering workflow manually using SWUE for SES3 it work fine.Please find SWEL screenshot below and let me know if you have come across this type of issue.
    Thanks in Advance.
    Ishant.

    kindly use SAP_WAPI_CREATE_EVENT and not SWE_EVENT_CREATE it's always better to use APIs.
    Why use 2 sub-objects? you already have a z-object and you can modify it. even if there is a reason for the double sub object , the workflow should still run on the standard one - BUS2091.
    see for example :
    Extending Object Types: Inheritance and Delegation - SAP Business Workflow - SAP Library
    As for your question,
    if you are using a function module to raise the event, way not check in it if the service entry sheet has been created properly before creating the event. you can even check if the PO contains an internal order in your RFC function module and raise a specific event. then you will have no need for the starting condition.

  • Conditions for triggering actions - times in SLA

    Dear CRM experts,
    I'm configuring actions in SAP CRM 2007 - Service Scenario: in particular, I'm trying to configure actions for triggering of e-mails when SLA deadlines are reached.
    Let's assume that the following are the dates in my service ticket:
    Opening of the ticket --> 10/05/09 - 10:15 A.M.
    First level of escalation --> 10/05/09 - 02:15 P.M.
    To Do By --> 10/05/09 - 06:15 P.M.
    When I write the Starting Condition for the action, I can only compare the Date Types (Opening of the ticket , First level of escalation, To Do By ) with the Local Date of the System...
    The problem is that the condition considers only the DATE(10/05/09), but not the TIME!!
    But in our scenarios, the time is a critical parameter!
    Any idea on how to solve my problem?
    Thanks in advance,
    regards,
    Andrea Ricci

    Dear Andrea,
    I have similar requirement,Where as i have maintained the first respone as date type and in duration i have maintained 15 Min.
    Where as in action condition I have maintained Fisrt response<current date. Notification receipt as Todays date and time.
    Please guid me in details.
    Regards
    Ashwin

  • Using MAST/VAST with position conditional triggers

    Hi folks! I'm trying to use a MAST file that loads in VAST files to do preroll, midroll, and postroll all from the same XML. Each of these is triggered by a timecode using a property condition looking at position. Essentially, when the currentTime is greater than or equal to a time code, it triggers the ads. Currently the events are firing at the right time, and the VAST files are being loaded and translated correctly, but all three videos are playing after the main content finishes. Can anyone tell me how to remedy this?
    Here are some more clues. The conditions for triggering look something like this:
    <startConditions>
                                            <condition value="20" type="property" operator="GEQ" name="position" />
    </startConditions>
    <endConditions>
                                            <condition type="event" name="OnItemEnd" />
    </endConditions>
    Another clue is that I delved into the MASTPlugin and found in the getInsertionIndex method of MASTProxyElement a comment:
    "if our current child is in the midst of playback, we don't want to interrupt it, so we insert immediately after the current child."
    The playing status is determined by the presence of a time trait with a currentTime or by the presence of a play trait with a play state of PLAYING. Since the position property will only be triggered after the main content is playing, it would seem that content added with a position trigger would always be added to the end of the main content. Is there some easy way to do this using position triggers or something that might be wrong with the XML?
    I am aware of Advertising Plugin which does a great job of this very task, but unfortunately the client wants to use MAST/VAST and uses tracking implemented in the VAST data. Anybody have a solution, or should I start sweet talking the client?

    Wow, I missed this question a long time ago.
    The basics of what I did were to remove any use of SerialElements or ParallelElements from the MASTProxyElement class. I passed in references to the main MediaContainer and MediaPlayer through metadata on the plugin resource and passed those to the MASTProxyElement from the MASTPluginInfo class. Then I gutted the onDocumentProcessed method of MASTProxyElement. That is what executes when it detects an ad needs to play. There I made the most changes making it just create standard media elements rather than messing with Parallel and Serials. I then created a separate MediaContainer and Player solely for the ads. Using a stage reference off of the main MediaContainer, I add my container to the stage, pause and hide the main player, and then listen for the completion of the ad from my separate player. When that is complete, I clean up my ad and tell the main player to show and resume.
    This was a major reworking of the plugin and required a lot of deep diving into the OSMF plugin, along with a few monkey patches to OSMF. The original plugin's support for different versions of VAST and VPAID are incomplete and I had to fix a lot to get a lot of the expanded functionality to work. The plugin codebase is proprietary now, so I cannot share it with the community. However, I am happy to share the general approach I took and to provide a warning about the complexity of the task to anyone attempting to do the same.

  • ABAP coding in defining start condition for action.

    Hi Everybody,
    Can anyone tell me if ABAP coding is possible for giving condition for action? If yes, where? Is it in condition editor? I have 3 validations to be done:- 1) Filter service contract (transaction type USC), 2) Filter the active contracts, 3) Filter contracts which doesn't have billing cycle in current month.
    So, do you think these validations can be done in start condition of action? First two validations are static in nature and thus can be done. But, how about the last condition?
    Please help.
    Regards,
    Sanj.

    Hi Sanj
    I would do this.
    1. The transaction type cannot be changed, therfore I will set this up in the scheduling condition.
    2. Active contracts. Depends on teh definiton of active. If it is based on some status then I will use scheduling condition.
    3. use one of the dates in the date profile to determine if the billing date is in the current month or not.
    See if this helps.
    Thanks

  • Start Condition for CRM Actions

    Hi,
    we have a requirement to create the follow up document (complaint) in CRM for the Return orders created in ECC system and not for the return orders created in CRM system. We have configured an action for the same and the follow up document is getting created for the Return orders from ECC and CRM also. There is parameter called LOGICAL_SYSTEM in header, using this we can identify the document source system. How can we make use of this LOGICAL_SYSTEM parameter in start condition as this not part of the standard container?
    Any helpful answers will be highly appreciated.
    Thanks,
    Rajinikanth

    Hello,
    Everything is explained in the following OSS notes:
    Note 502389 - Actions: Using additional attributes for conditions
    Note 896175 - FAQ: Customizing
    Regards,
    Nicolas.

  • Declarative workflows cannot automatically start if the triggering action was performed by System Account

    Hi , 
    I have very strange problem .Only in one site collection across the farm i am getting this error while starting OOTB workflow in list. Everywhere else it works, even another site collection within same web application. I have stopped and restarted all the
    work flow feature but still same issue?
    sachin

    Errors in ULS logs
    Declarative workflows cannot automatically start if the triggering action was performed by System Account. Canceling workflow auto-start. List Id: %s, Item Id: %d, Workflow Association
    Id: %s
    RunWorkflow: Microsoft.SharePoint.SPException: User cannot be found.   
     at Microsoft.SharePoint.SPUserCollection.get_Item(String loginName)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPFile file, Int32 fileVer, Int32& userid, DateTime& lastModified)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPWeb web, Guid docLibID, Int32 fileID, Int32 fileVer, Int32& userid, DateTime&
    lastModified)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.<>c__DisplayClass1.<LoadWorkflowBytes>b__0(SPSite elevatedSite, SPWeb elevatedWeb)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytes(SPWeb web, Guid docLibID, Int32 fileID, Int32 fileVer, Int32& userid)   
     at Microsoft.SharePoint.Workflow.SPNoCodeXomlCompiler.LoadXomlAssembly(SPWorkflowAssociation association, SPWeb web)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.LoadDeclarativeAssembly(SPWorkflowAssociation association)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(SPWorkflow workflow)   
     at Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(SPWorkflowHostService host, SPWorkflow workflow, Collection`1 events, TimeSpan timeOut)   
     at Microsoft.SharePoint.Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow workflow, Collection`1 events, SPWorkflowRunOptionsInternal runOptions)
    Microsoft.SharePoint.SPException: User cannot be found.   
     at Microsoft.SharePoint.SPUserCollection.get_Item(String loginName)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPFile file, Int32 fileVer, Int32& userid, DateTime& lastModified)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytesElevated(SPWeb web, Guid docLibID, Int32 fileID, Int32 fileVer, Int32& userid, DateTime&
    lastModified)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.<>c__DisplayClass1.<LoadWorkflowBytes>b__0(SPSite elevatedSite, SPWeb elevatedWeb)   
     at Microsoft.SharePoint.Workflow.SPWorkflowNoCodeSupport.LoadWorkflowBytes(SPWeb web, Guid docLibID, Int32 fileID, Int32 fileVer, Int32& userid)   
     at Microsoft.SharePoint.Workflow.SPNoCodeXomlCompiler.LoadXomlAssembly(SPWorkflowAssociation association, SPWeb web)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.LoadDeclarativeAssembly(SPWorkflowAssociation association)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(SPWorkflow workflow)   
     at Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(SPWorkflowHostService host, SPWorkflow workflow, Collection`1 events, TimeSpan timeOut)   
     at Microsoft.SharePoint.Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow workflow, Collection`1 events, SPWorkflowRunOptionsInternal runOptions)
    The emailenable value is true. And it just does not work for one site collection. It should not be regarding any hot fix. 
    Thank you for your suggestions and time. I will dig up further.
    sachin

  • Create a button with an advanced action to start a video and associated text on the timeline.

    I need help. I have a video on a slide that I want to start only when the learner clicks a Play Video button.  When that button is clicked, the video should start and the associated text captions with their timings should start then as well.  Is this possible with advanced actions?  If so, can anybody help me with those actions?
    The slide would work like this:
    Upon entry to the slide, narration is playing, and a text box appears on the screen.  It tells them to "click the play video button to begin".  Nothing should happen until they click the play video button.
    When they click the button, the advanced action would start the video, and the associated text boxes appear as each "step" in the video goes by.  It's a procedure with step by step instructions.

    You are very correct.  I am making it too complicated!  I believe I will do exactly what you said.  If I still want to have a button that says Play Video, I could just have that button advance to the next slide.  The learner will probably not even know they are on a different slide.  Thanks for making me see that clearly.  Sometimes I get too caught up in trying to do something one way.  Thanks for the help! 

  • Process an action even if the start condition is no longer fulfilled?

    System: SAP CRM 5.0
    Background
    Using an action in the action profile we want to be able to send a reminder to the person responsible for a service transaction at a specific date. The person responsible should himself be able to maintain the date at which he should receive the reminder. Therefore we have added a new date type, ‘zreminder_date’, in the date profile where it is possible to manually enter the date at which the reminder should be sent.
    The actions are processed using a selection report which is run in a batch-job each night. The action has a start condition: zreminder_date = Today’s Date, i.e. the reminder should be sent when the reminder date equals today’s date.
    Problem
    As long as the batch-job is run each day we have not encountered any problems. However, if for any reason the batch-job is cancelled and can only be run the next day we don’t know how to process actions where the start condition is no longer fulfilled. Can we for example force actions for specific dates to be processed afterwards?

    Hi Lisa,
    Actually My requirement is also similar to your process.
    I have to send a reminder mail to particular manager one month before contract end date.
    For ex: Contract start date: toda's date,
                Contract end date : startdate+12 months
                reminder date: one month befroe end date.
    so I have to send reminder mail.
    My problem is I don't know how to set the process in background.
    I have takn the condition : reminder date= Today's date.
    For time being I have tested the similar scenarion :
    start date: toda's date
    end date : start date+2 days.
    reminder date: end date- one day
    that means If I create the contract today ,my mail should trigger tomorrow.
    But I couldn't send the mail .
    please help me how to put this process in background .
    My id is:  [email protected]
    Thanks

  • Need to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.

    Hi All
    I have one sharepoint list with huge data i.e with 20columns and more than 200 records with the fields .
    Suppose lets consider there are A,B,C,D,E,F,G,H columns.
    Now i want to create one form with the fields A,C,E.
    When the user enter the existing data of list for columns A,C..based on C value the E column value should change and update that particular item in the list.
    Please guide me without visual web part can we acheive this by Sharepoint designer 2013 or what would be the preferable solution.
    Please help me on this as it is very urgent from me..
    Thanks in Advance
    Sowjanya G

    Hi,
    According to your post, my understanding is that you wanted to update the list item in the same sharepoint list with particular condition with Sharepoint Designer 2013.
    I recommend to create workflow associated to the list and then start the workflow automatically when an item is changed.
    In the workflow, you can add condition and actions as below:
    If current item: C equal to Test1
         Set E to Test2
    Then the value of the filed E will be changed based on the value of the filed C.
    In addition, if you create the form using InfoPath, you can add rule to the filed C as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Can I use photoshop text styles and photoshop actions with creative cloud photography?

    I'm really confused by this subscription pricing. If I purchase the $9.99/month, do I get the full desktop app of Photoshop and Lightroom? But I see on this page Products they list something called Photoshop CC that costs twice as much. How is that different from the Creative Cloud Photography?
    My main question is whether I can use photoshop text styles and photoshop actions with Creative Cloud Photography, since I just purchased a bundle that includes these and I want to be able to use them. But I'd also like to understand what comes with all of the various products and how they are different.
    My other question is how is Lightroom different from Photoshop? I have a sense of what you can do in Photoshop but I don't know much about Lightroom at all.
    One more question: the free trial -- is it limited in any way besides the time length? If I do that, will I get a clear idea of all that I will be able to do once I subscribe, or are the functions limited in the trial?
    I tried to just send an email to Adobe to ask these questions but apparently they are not interested in responding to emails from people who are not yet paying customers, so I was directed here. Thanks very much for your help!

    I always like to trot this bit about Bridge once in a while or in the voice of the "Two Bobs" from Office Space,
    "Can you tell us exactly what it is you do around here?"
    What Adobe Bridge does:
    Bridge is the coordinating hub of the Creative Suite. Synchronizing color management settings for all suite programs is done from Bridge, and can only be done from Bridge, to take one important use.
    Bridge displays actual thumbnails of many more file types than Finder or Explorer. It also allows instant play of sound or video files more readily than the native OS file managers.
    Bridge allows direct access to file metadata, to embed copyright information  and keywords where appropriate (e.g., for corporate logo vector and raster files). It also displays the fonts used in an InDesign file, the swatches in an INDD or AI and the output plates (including spot color plates) they use.
    When managing the assets for a design project, Bridge allows quick and simple sorting, rating and custom labeling (with color flash indications) of assets. I can rate images according to whether they are rejects, possibles, for review by client, or approved. The filters built into Bridge allow instant isolation of only the approved images or designs in a folder, only the rejects (for deletion) or only files with certain ratings, no matter how many files it contains. It recognizes aspect ratios, so if I only need a landscape or a 16:9 image in a folder of hundreds of images, I turn off the aspect ratios I don't need.
    Once filtered, the remaining visible files can be selected and copied, moved, or deleted without affecting the rest of the contents of a folder.
    Collections are a massively useful feature. One of my clients is a performing arts center, and in a season we turn out dozens of ads, flyers, brochures, web banners, playbills, billboards and other collateral using the same assets over and over. These assets are organized by artist and/or show on disk, but I set up each season's repeating assets as a Collection in Bridge, so that I just have to open the collection and drag and drop these assets into new INDD, AI, PSD, HTML (in Dreamweaver), FLA or AE projects without having to navigate from folder to folder picking up individual files.
    Bridge's Favorites is another place I stack frequently-accessed folders, such as stock photography, backgrounds, and top-level folders for active projects.
    Assets can be divided into subfolders, but a quick toggle of "Show items from subfolders" exposes all of the assets in a single view while maintaining their organization. I will typically keep AIs, PSDs, EPSs, stock photography and client images in separate subfolders within a project. When I'm ready to start pulling assets into an InDesign layout, I toggle this on and simply drag what I need into the layout.
    Bridge comes with Adobe Camera Raw built in, which is many times faster than using Photoshop to adjust jpegs or tiffs for things like tonal range, white balance, cropping, spotting and sharpening, and is non-destructive.
    One tremendously useful Bridge function for InDesign CS5+ users is the "Show linked files" feature, which opens all the linked files in a layout into a single view, regardless of where they are physically located. I often use this when doing alternative layouts from a client-approved mockup for a campaign, to be certain the same assets are used in each piece, or when creating a motion graphic or interactive piece for the campaign in After Effects or Flash.
    The batch and image processing scripts built into Bridge automate things like creating web-ready small jpegs from multiple images, renaming large numbers of files in place or by copying to an alternative location, creating sets of PSD, png, jpeg or other file types from an assortment of image files, and so on.
    Bridge is so much a part of my daily workflow that on my main workstation I have one monitor dedicated to it almost 100%. Bridge just sits open 24/7, ready for use. I would run at half speed without it, no question.

  • BPM start event(start condition) doesn't support ejb function call?

    Hi all,
    An id is included in the ws call to trigger the bpm flow,
    I have developed a ejb function, which is doing a simple check whether the process for the specific id is called before or not.
    I have a simple table in bpm java server which records the id used before.
    the ejb is called in the start condition, my desired behavior is: if the ejb returns true, no process should be triggered.
    but the thing is, my flow is not getting triggered once I put the ejb call in the start condition.(ejb is called, as i can see new id record inserted into my db table)
    I cannot even debug the process.
    I can debug the process if that ejb call is removed from the start condition.
    my server is 7.31 sp8
    Best regards,
    Jun

    Thanks for confirming Jun Wu.... always comforting to see even the experts can stuff it up from time to time... and very glad you were able to fix it!

Maybe you are looking for

  • Payment Run program for china country code

    Hi all, We have a requirement where, after running a payment program we need a generate a dme file. till now we were using rffod__u which is for derman, But our requirement is for china. Can anyone suggest which is the payment run program that is use

  • View Object with User Defined Type input

    I am trying to use a View Object with a query that requires a user defined object as an input parameter. I have the query working with a PreparedStatement, but would like to use a View Object. When I use the PreparedStatement, I prepare the user defi

  • Persistence problems wit seam/hibernate and EntityHome

    This is the scenario(using JBoss Seam 2.2 and JBoss Application Server 5.1.0.): I've got TestCases and TestSteps. One TestCase has multiple TestSteps. I have a table that displays the steps and actions like "addStep" and "deleteStep". I use rich:inpl

  • LDAP Java SDK errors with iDS5.1

    I'm using the 5.08 java SDK and iPlanet directory server 5.1 SP1. My code works fine on 4.X directory servers but doesn't work correctly on 5.1 SP1. Jar file: 262749 Sep 19 15:17 ldapjdk.jar Example: LDAPSearchResults.getCount() returns 2 when it sho

  • I Have forgotten my laptop password, it is not opening.

    i have forgotten my windows password , idont have the reset disk. how solve this problem