Trigger event with user event

Hello,
I'm trying to trigger my event structure with an user event when my signal reaches a certain value.
the ultimate goal will be to send a message trough queue to my consumer. for now I'm just trying to prove functionality.
currently the event is always triggered once it's set of once and it wont stop.
Here is what it looks like.
thanks in advance
Attachments:
labview help.png ‏206 KB
Trigger Send alarm practice-ev.vi ‏75 KB
user_event_trig2.vi ‏13 KB

Erik08085 wrote:
Hello,
I'm trying to trigger my event structure with an user event when my signal reaches a certain value.
the ultimate goal will be to send a message trough queue to my consumer. for now I'm just trying to prove functionality.
currently the event is always triggered once it's set of once and it wont stop.
Here is what it looks like.
thanks in advance
i think a boolean crossing pt by pt with direction set to false-true, that will take care if your value swings in and out of your ranges 
as mentioned, put the event structure in it's own loop....no point in having a timeout with an empty case

Similar Messages

  • OIM 10g Event Handler : Integrated with User Groups.User Members

    I have created custom event handler and integrated it with User Groups.User Members data object.
    here is my code od event handler class:
    public class GroupEventHandler extends tcBaseEvent {
         public GroupEventHandler() {
              this.setEventName("Event Handler Sample");
         protected void implementation() throws Exception {
              System.out.println("============@@@@@@@@ IN EVENT HANDLER ");
              try
              String groupKey = this.getDataObject().getString("Groups.Key");
              writeToFile(groupKey);
              catch (Exception e)
                   e.printStackTrace();
    But I am getting this exception :
    ERROR [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.SERVER - Class/Method: tcTableDataObj/getString encounter some problems: Column 'GROUPS.KEY' not found
    com.thortech.xl.dataaccess.tcDataSetException: Column 'GROUPS.KEY' not found
         at com.thortech.xl.dataaccess.tcDataSet.getColumnIndex(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.getString(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.getString(Unknown Source)
         at oim.GroupEventHandler.implementation(GroupEventHandler.java:19)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcUSG.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcGroupOperationsBean.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperationsSession.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperations_ejm77u_EOImpl.addMemberUsers(tcGroupOperations_ejm77u_EOImpl.java:1671)
         at Thor.API.Operations.tcGroupOperationsClient.addMemberUsers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy66.addMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignGroupMembers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    Anyone have idea about why "Groups.Key" not found exception thrown here..
    I have assigned this event handler at postinsert event of User Groups.User Members Data Object.

  • How to trigger Alert with Event Linkage?

    Hi,
    Can any one tell me the process how to trigger alerts with event linkage? I am successul in triggering by calling function module SALRT_CREATE_API.
    my scenario is...
    when a purchase order is cancelled, i have to trigger an alert to the concerned department head throgh Alert Inbox and external mail also.
    Plese guide me..
    Regards,
    Dhanunjaya Reddy

    Hi,
    now i am getting alerts from Event Linkage.
    Here i take the scenario Sales order change.
    BOR object : BUS2032
    Event          : Changed
    Receiver type : <my alert>
    Receiver call  : Function Module
    Receiver Functiona Module : SALRT_CREATE_VIA_EVENT
    Linkage is activated.
    when a sales order is changed receiver function module triggering the alert which is defined in Receiver type. That i am getting in my alert inbox. Upto this.. it is cleared.
    Now the scenario is.. about Alert Container
    in alert container i take element is BOR Object type BUS2032.
    the questions are..
    1. Is it correct to defined BOR object here to get data when Sales order has been changed.
    2. What are the properties i have to take in Properties tab?
    3. How to use alert container parameters in short and long text?
    Here my clear intention is when a sales order is changed.. i have to get the data related to that sales order and it has to show in Alert.

  • No "before new record saved" trigger event in workflow definition ?

    Hello,
    I have following problem: I have to make a simple integration, where products have information about available quantity of given product . Assume we have field - it is called "Available amount" and it tells how many products are on stock. Now suppose we have created an opportunity, and we want to add Opportunity Product Revenue - we're selecting product and then quantity. I want to make OCOD to display message and prevent from adding opportunity product revenue, when its quantity is greater than "Available amount" field which is present in associated product record. I've created small C# application and used workflows to create Integration events. It works - but not exaclty how I want it - when I add a new record the workflow generates integration event - but I'd like to generate integration event before a record is created, also I'd like to show a notification from OCOD. But for "revenue" we do not have a trigger event called for example : "before new record saved" - we have only "when new record saved" and "before modified record saved".

    Hi,
    From your requirement, it seems you, want some kind of check. Did you try puting this validation on field level, i guess you would need to join fields and compare in field validation. So, whenever user creates a new record this validation kicks and user is notified of the error.

  • Trigger events are notvalidated the lov  form personalization or custom.pll

    Hi all,
    The trigger events are not validated the LOV in forms personalization or custom.pll
    any one help me
    Regards,
    M.Soundrapandian
    Edited by: user588510 on Dec 15, 2008 9:27 PM

    i have checked with the new item instance and now i have given
    In the message text when i have given this query it is displaying me with blank message box when there are no records which i dont want.and also saving it when i click ok .where should i modify my query so it displays message only when there are more than 3 records but should not save
    trigger event : when new item instance
    trigger object :repairs.lot_number
    condition : :SR.ACCOUNT_NUMBER IS NOT NULL
    AND :REPAIRS.SERIAL_NUMBER IS NOT NULL
    Message text :
    =SELECT 'There are a total of '||COUNT (*)||' Previously Repaired Records' "A" FROM CSD_REPAIRS CR, CS_INCIDENTS_ALL_B CS, CSD_PRODUCT_TRANSACTIONS CP
    WHERE (
    SELECT COUNT(*)
    FROM CSD_REPAIRS CR, CS_INCIDENTS_ALL_B CS, CSD_PRODUCT_TRANSACTIONS CP
    WHERE CR.REPAIR_LINE_ID = CP.REPAIR_LINE_ID
    AND CR.INCIDENT_ID = CS.INCIDENT_ID
    AND CS.ACCOUNT_ID = :SR.ACCOUNT_NUMBER
    AND CP.prod_txn_status = 'RECEIVED'
    AND CR.STATUS = 'Closed'
    AND CP.SOURCE_SERIAL_NUMBER = :REPAIRS.SERIAL_NUMBER)>=3
    Edited by: user10755387 on Aug 5, 2009 11:31 PM

  • Tracking trigger event.

    Hello,
    Now, I am debugging on my trigger event. So I want to know is there a way to tracking trigger event on log file or table?
    a sample of my trigger as follow
    create or replace trigger insertInvoicetrigger
    after insert on invoice
    for each row
    begin
    update customers set COM_BALANCE = COM_BALANCE + :new.INVOICE_TOTAL where tid = :new.com_id;
    end;
    /Thank you!

    You can create a procedure with AUTONOMOUS_TRANSACTION pragma and do your logging in to table in that and commit. AUTONOMOUS_TRANSACTION pragma ? what is that? I am no knowledge about this, please give me some more information....
    set serveroutput on
    then
    dbms_output.put_line
    this should be the easiest way to debugging for me, but can it be works on my programming application (visual basic 6)?
    I means run and fire trigger(s) from my app, then show it command prompt or somewhere else?
    Thanks
    ;)

  • Bootsplash trigger events

    on the bootsplash webpage it says to
    trigger events during bootup
    we suggest that you add a function to your init scripts that is called every time an init script is started. This can either be done in the runlevel scripts themselves or by the script/program scheduling it (i.e. /etc/init.d/rc)
    function rc_splash()
    test "$SPLASH" != "no" && test "$_rc_splash" -eq 1 && /sbin/splash "$1"
    progress=$(( $progress + 1 ))
    when adding the rc_splash call to your runlevel script scheduler, do it
    about like this:
    for i in $runrc/S${rex}*; do
    # send information to bootsplash handler.
    rc_splash "$i start"
    done
    but where is the archs program scheduling file., as i dont seem to see a /etc/init.d/rc, im tying to get the  Default Linux theme at bootsplashes webpage to work.. i got everything to work except silent mode to display the silent Jpeg and gradient bar
    thanks
    -bolero

    I have now gotten the progress bar to work. After trying a couple different approaches, this is my best shot. In /etc/rc.d/functions I extended stat_busy(), stat_done() and stat_fail() to look like this:
    stat_busy() {
    echo -ne "$C_OTHER$PREFIX_REG $C_MAIN$1$C_CLEAR "
    deltext
    echo -ne " $C_OTHER[${C_BUSY}BUSY$C_OTHER]$C_CLEAR "
    [ "$BOOTSPLASH_PROGRESS" -a "$BOOTSPLASH_DELTA" ] &&
    BOOTSPLASH_PROGRESS=$(($BOOTSPLASH_PROGRESS+$BOOTSPLASH_DELTA))
    stat_done() {
    deltext
    echo -e " $C_OTHER[${C_DONE}DONE$C_OTHER]$C_CLEAR "
    [ "$BOOTSPLASH_PROGRESS" -a -w /proc/splash ] &&
    echo "show $BOOTSPLASH_PROGRESS" > /proc/splash
    stat_fail() {
    deltext
    echo -e " $C_OTHER[${C_FAIL}FAIL$C_OTHER]$C_CLEAR "
    [ "$BOOTSPLASH_PROGRESS" -a -w /proc/splash ] &&
    echo "show $BOOTSPLASH_PROGRESS" > /proc/splash
    The idea is that $BOOTSPLASH_PROGRESS holds the current value of the progress bar (which is in the range 0 - 65535) and $BOOTSPLASH_DELTA is the amount to increase the progress counter with on each stat_busy. These values are initialized in rc.sysinit like this:
    [ "$BOOTSPLASH_SYSINIT" ] ||
    BOOTSPLASH_SYSINIT=`grep -c -e stat_busy -e status /etc/rc.sysinit`
    [ "$BOOTSPLASH_LOCAL" ] ||
    BOOTSPLASH_LOCAL=`grep -c -e stat_busy -e status /etc/rc.local`
    BOOTSPLASH_DAEMONS=`echo ${DAEMONS[@]} | sed 's/![^ ]*//g' | wc -w`
    BOOTSPLASH_ALL=$(($BOOTSPLASH_SYSINIT+$BOOTSPLASH_LOCAL+$BOOTSPLASH_DAEMONS))
    BOOTSPLASH_DELTA=$((65535/$BOOTSPLASH_ALL))
    BOOTSPLASH_PROGRESS=$((65535-$BOOTSPLASH_ALL*$BOOTSPLASH_DELTA))
    I put this right before the point where local file systems are mounted, because the progress bar can't be updated before /proc is accessible. Another option is to initialize these variables in the beginning of rc.sysinit to make earlier stat_busy calls get counted, but the updates won't be visible before /proc is mounted anyway.
    Because there is no way to export these variables from rc.sysinit to init's environment, rc.multi has to calculate them from scratch. Also the loop that starts daemons has to increase the counter because the daemon scripts can't export the new values. My full rc.multi script looks like this:
    . /etc/rc.conf
    . /etc/rc.d/functions
    [ "$BOOTSPLASH_SYSINIT" ] ||
    BOOTSPLASH_SYSINIT=`grep -c -e stat_busy -e status /etc/rc.sysinit`
    [ "$BOOTSPLASH_LOCAL" ] ||
    BOOTSPLASH_LOCAL=`grep -c -e stat_busy -e status /etc/rc.local`
    BOOTSPLASH_DAEMONS=`echo ${DAEMONS[@]} | sed 's/![^ ]*//g' | wc -w`
    BOOTSPLASH_DELTA=$((65535/($BOOTSPLASH_SYSINIT+$BOOTSPLASH_LOCAL+$BOOTSPLASH_DAEMONS)))
    BOOTSPLASH_PROGRESS=$((65535-($BOOTSPLASH_LOCAL+$BOOTSPLASH_DAEMONS)*$BOOTSPLASH_DELTA))
    export BOOTSPLASH_PROGRESS BOOTSPLASH_DELTA
    # Start daemons
    for daemon in "${DAEMONS[@]}"; do
    if [[ `echo $daemon | grep '^[^!]' | wc -l` -eq 1 ]]; then
    /etc/rc.d/$daemon start
    BOOTSPLASH_PROGRESS=$(($BOOTSPLASH_PROGRESS+$BOOTSPLASH_DELTA))
    fi
    done
    if [ -x /etc/rc.local ]; then
    /etc/rc.local
    fi
    Like I mentioned in my previous post, it's hard to know how many steps the bar is going to need. Especially rc.sysinit is full of conditional stat_busy statements. Therefor I made it possible to specify $BOOTSPLASH_SYSINIT (number of steps in rc.sysinit) in rc.conf. With the current rc.sysinit script this value is calculated as 19, but on my system rc.sysinit only executes 8 of the steps after the point where /proc is mounted.
    The code presented here doesn't display text for the different stat_busy calls. I kind of had that working as well, but the texts were written on top of each other (old text wasn't erased) and you had to source the bootsplash-theme to get the text's font and position - it wasn't pretty.
    I hope somebody finds this useful, and I might make a bootsplash package that includes the splash utils, an Arch theme and patches for the init scripts.
    -bogomipz

  • Trigger Event Data

    Hi,
    I have included Trigger Event Data in the end of process chains where I am loading the TEXT and ATTR data for the finance master data info object.
    When I created that it displays all the infopackages and DTP's that I used in the Process Chain. I am going to write a balancing query so that when ever there is a change in the master data load etc then that event is triggered and a balance query results are emailed to me.
    My Question is:
    What should I included with in the Event Trigger ?
    Do I have to check all the infopackages and the DTP's that are listed in the Event Trigger.....to accomplish the above task ?
    Thanks,

    hi Sesh,
      i think you have to include the info providers because whenever there is a data load takes place then this process chain kicks the job. Try to see there will be an option for infoproviders and then click on the pop-up F4 option to select the info providers .
    Hope it helps...

  • Whats is the use of SM64 Tcode?? and about Trigger Event???

    Hi
    Whats is the use of SM64 Tcode?? and about Trigger Event???
    Can anyone tell me??
    Thanks & Regards
    Senthil

    Hi,
    When scheduling a background job, you can specify it to start "after event".
    If you do so, you'll have to create an event in SM62.
    If a job is scheduled after event event and you trigger the event with SM64, the job will start.
    Events can be raised by external systems in SAP by sending a command to a SAP application server. You can also raise event in any program using function mosule BP_EVENT_RAISE.
    hope this helps....
    Olivier.

  • Restriction to trigger event

    Hi all,
        I need to implement a workflow to document management. When the employee complete a document, like a contract or some what, it set the status of document to 'Z1' and then trigger the workflow to several managers to approve the document. During the steps of approval, the managers may change the status too, in this situation, I don't want the workflow to be triggered again. So can I restrict the trigger event by some conditions? Only the 'DOCUMENT_CHANGED' event triggered and document status is 'Z1', trigger the workflow, other status, not trigger.
        Of course, I can add an condition step to be the first step of workflow to filt the ones whose status is other than 'Z1'. But this will lead to so many waste workflows.

    Hi,
      Go to transaction SWETYPV, then find your event and workflow. double click on that. You will see the field to put in check function module. You can create a function module with a code to filter only status Z1.
    Cheers,
    Chaiphon

  • Will the assignment of image to a parked document trigger event FIPP.Change

    Hi All,
    We are developing a workflow that has some integration with SAP ArchiveLink. The workflow waits for a scanned image to be assinged before the Parked Document can be released. For this i'm using a wait for event step that waits till the event FIPP.Assigned is raised. And once the event is received the release process is carried out.
    Will the assignment of image trigger event FIPP.Changed? If yes, how do I determine whether an image is assigned or not to a Parked Document? Can I determine by looking at the link table TOA01?
    Please let me know your thougths.
    Thanks,
    Mustajab

    I would think it will not - but why don't you turn on the event trace (SWELS) and find out (SWEL). Image.Assigned is more likely to be triggered.

  • Send notification from process chain to external appl. to trigger event

    Hi Experts,
    I need help with the following problem:
    From BI I need to send a notification to an external database, non SAP, to indicate that a data load has been completed successfully. This should trigger an event on the other side to consume the data via a webservice. The "activate data" variance does include a series of notification methods like, fax, sms, email etc. but none that could function as a trigger communicating with another application without human intervention.
    How can this be done? Via a function module? What would be the Abap routine for that? Any help to solve this is appreciated.
    Best Regards,
    Georg

    Hi Georg,
    may be you can implement something like this:
    Having a batch job running in your ext. system to check the existance of a specific file. If the file exists, do the necessary steps and delete the file. Within your process chain run a abap at a specific step to create that file.
    May be that helps.
    regards
    Siggi

  • Standard FM to trigger events using planning book macro

    Hi Folks,
    I'm wondering if there is a standard FM that would allow me to raise event through the use of pb macro?
    I know how to acheive it through custom FM but I would like to know if there is any standard sap solution available for the same.
    Thanks

    Hello,
    It is not clear to me what do you want to do. Do you want to trigger an event from using a Macro in the Planning Book?
    You can create a User function Macro (I suppose this is what you said that you want to avoid).. please read this note:
    631499
    - Using the user function Macro
    Other option is to raise events using function BP_EVENT_RAISE. Check this thread:
    User function macro to trigger events
    Kind Regards,
    Mariano

  • Can i write information in file on trigger event.

    Dear Experts,
    I want ot store information in file on particular Trigger event.
    Is it possible? if yes then how?

    We can write to files using the UTL_FILE PL/SQL package. Please read the documentation on this: the security model in particular seems to trip up many newcomers.
    Cheers, APC

  • To trigger event or action on "TAB" key press on web dynpro view

    Hi, I need to trigger event on "TAB" key press on web dynpro view , is it possible?How?

    Hi Dipak
    What Madhu said is correct. Tab key is pre-configured to move cursor from 1 field to next field. we can not create an event on tab key press.
    Regards
    Gaurav

  • Roadmapstep element "RoundtripEnd" type unable to trigger events

    Hi All,
    I have added a roadmapstep ui element under a roadmap ui element.I have made the type property as "roundtripend" and also enabled property as "true".But when I run the application the particular roadmapstep is showing as disabled and i am unable to trigger event by clicking it(it is showing as disabled and unclickable).Do i need to do any type of coding here.
    Any help greatly appreciated.Thanks

    Hi,
    Steps to create Roadmap.
    1>Insert a child->select Roadmap
    Properties:
    StartPointDesign->selected
    2>Under that Insert RoadmapStep.
    Proeprties:
    Description:Give the name as u like:Ex:View1
    Design:Selected
    Runtime Design:create one attribute(setCtx_Rdmap) in the view context and set the type as:
    com.sap.ide.webdynpro.uielementdefinitions.RoadMapStepDesign
    wdContext.currentContextElement().setCtx_Rdmap(WDRoadMapStepDesign.SELECTED);
    In the code u can select the roadmap by using this code
    Regards,
    LG

Maybe you are looking for

  • How to show data for navigational attribute in a report ?

    Hello all, I have a hierarchy info object A which has a navigational attribute(hierarchy) B. I need to filter on B for a particular node. I have added A in the filter column and selected B as the attribute. How can i restrict B for a particular hiera

  • Using part of file name in a query

    I am putting together a member directory and I want to be sure that it is best optimized for the search engines (SEO). For this reason, I want to appear to have a unique file for each member. I know that I could just link to a master file and pass th

  • Unrendered and Easy Setup

    I have a new Sony SR11 and I'm experimenting with a FCE workflow. I've recorded a few minutes of video at the camcorder's highest setting, but am having problems getting it to play in the viewer in FCE - the audio plays, but the video shows "unrender

  • IDVD 5 unexpectedly Quits at "Process Movies"

    I also am having a problem with burning a DVD as some other have had. iDVD quits as soon as it hit the Process Movies part. My configuration is this: G4 OSX.3.9 1 gig RAM iDVD 5.0.1 Using Best Quality (over 60 minutes of stuff) I have slideshows and

  • Feathering a mask in new Title

    Hello, I have a simple question and feel stupid for not being able to find it, I am trying to feather a masked circle in a new title but cannot find feathering anywhere, I saw that you can grab the handles of the mask and apply feathering but cannot