Applying a sequence of workflows

OK how about this anyone. You have several workflows - it's too laborious to write one big long joined up workflow - and you want to apply them in a sequence. Is there any way of doing this? Do you apply a workflow and get applescript to get the next one? etc etc Or has someone written an action that will get another workflow or app and effectively join them up?
Zek

Due to Automator dragging it's virtual feet, I had to do the same thing.
Under the 'Automator' actions, you should see an action called 'Run Workflow'.
Put that at the end of your workflow, point it to the next workflow you want to run. You may find it easier and faster if you save the workflows as applications, in a separate folder. That way you can make quick changes to your workflow (saving as workflow and then application) if necessary, and you'll have a backup if you mess anything up.
I've also found it useful to place a 'Ask for Confirmation' (also under the 'Automator' actions) before the 'Run Workflow' action. That way, you can run one workflow at a time if you need to, and explain what your workflow is about to do.
BG3, G4QS, G4ALPB   Mac OS X (10.4.3)  

Similar Messages

  • Working with 30 Camera angles in multicam sequence, best workflow, too many cams for system to play all at once

    Working with 30 Camera angles in multicam sequence, best workflow, too many cams for system to play all at once

    Get a halfway decent system, something like:

  • Video filters not working when applied to sequence clips

    I have looked through the forums and haven't found the solution to my problem. I am having problems with video filters on clips in the timeline. I have footage that needs color correction. In the viewer I created a 3 way filter for one clip, saved it, and applied to all clips in the browser. They all open corrected in the viewer. (I did this because i was reviewing the clips with my client).
    When I put the clip in the timeline it does not indicate it needs a render, the filter does not appear on the clip, but when I double click and open the sequence clip in the viewer the color correction tab is there. I've removed attributes and tried again several times, both using the menu with the clip selected, and by doulbleclicking the clip into the viewer and apply the filter there. The tab is always there but the filter does not appear on the clip. It only appears when the process is done to clips from the browser inthe viewer. I've checked the RT for unlimted, I've done a render all video, I've checked settings under the render tab and filters is checked. I've gone into another project and have the same problem in a different project with different clips. I had a recent project where I used a blur effect and it worked fine. My video is DV and my sequence settings are DV NTSC.
    I've run out of my ideas and comments from ither threads. What is my next troubleshoot? Should I delete preferecnes? I haven't done that with FCP, can I do it myself or use Rescue? Could that create other problems for me? Any other ideas?
    I work in Afghanistan and have no resources here for any Mac support besides books and forums. 
    Thanks

    Hey Catrina
    Not sure what the issue is with your application of the 3-Way Color Corrector in the Browser. My guess, is that perhaps you only thought you applied the "saved" instance of the 3-way corrector but instead applied a default neutral instance of the corrector.  How did you save the correction you applied to the other instances?  A good method is, having applied and tweaked it as needed to a sample clip instance, you can drag a copy of it out of the clip's Filter tab and drop it directly into your Browser window.  To check, then double click that Browser instance of the corrector to open it in the Viewer window and see if has the corrections settings as expected and no the default ones. If so, go ahead and drag it to another clip instance in the Browser and then drag that clip to your sequence ... has the correction "stuck" bow? But while we figure it out, for now, why not just apply the saved correction directly to the clips in the sequence?  Regarding trashing your preferences ... download Preference Manager from Digital Rebellion.  Very straightforward to use.
    Cheers
    Andy

  • Best practices for applying sharpening in your workflow

    Recently I have been trying to get a better understanding of some of the best practices for sharpening in a workflow.  I guess I didn't realize it but there are multiple places to apply sharpening.  Which are best?  Are they additive?
    My typical workflow involves capturing an image with a professional digital SLR in either RAW or JPEG or both, importing into Lightroom and exporting to a JPEG file for screen or printing both lab and local. 
    There are three places in this workflow to add sharpening.  In the SLR, manually in Lightroom and during the export to a JPEG file or printing directly from Lightroom
    It is my understanding that sharpening is not added to RAW images even if you have added sharpening in your SLR.  However sharpening will be added to JPEG’s by the camera. 
    Back to my question, is it best to add sharpening in the SLR, manually in Lightroom or wait until you export or output to your final JPEG file or printer.  And are the effects additive?  If I add sharpening in all three places am I probably over sharpening?

    You should treat the two file types differently. RAW data never has any sharpening applied by the camera, only jpegs. Sharpening is often considered in a workflow where there are three steps (See here for a founding article about this idea).
    I. A capture sharpening step that corrects for the loss of sharp detail due to the Bayer array and the antialias filter and sometimes the lens or diffraction.
    II. A creative sharpening step where certain details in the image are "highlighted" by sharpening (think eyelashes on a model's face), and
    III. output sharpening, where you correct for loss of sharpness due to scaling/resampling or for the properties of the output medium (like blurring due to the way a printing process works, or blurring due to the way an LCD screen lays out its pixels).
    All three of these are implemented in Lightroom. I. and II. are essential and should basically always be performed. II. is up to your creative spirits. I. is the sharpening you see in the develop panel. You should zoom in at 1:1 and optimize the parameters. The default parameters are OK but fairly conservative. Usually you can increase the mask value a little so that you're not sharpening noise and play with the other three sliders. Jeff Schewe gives an overview of a simple strategy for finding optimal parameters here. This is for ACR, but the principle is the same. Most photos will benefit from a little optimization. Don't overdo it, but just correct for the softness at 1:1.
    Step II as I said, is not essential but it can be done using the local adjustment brush, or you can go to Photoshop for this. Step III is however very essential. This is done in the export panel, the print panel, or the web panel. You cannot really preview these things (especially the print-directed sharpening) and it will take a little experimentation to see what you like.
    For jpeg, the sharpening is already done in the camera. You might add a little extra capture sharpening in some cases, or simply lower the sharpening in camera and then have more control in post, but usually it is best to leave it alone. Step II and III, however, are still necessary.

  • Allow user to apply custom property or Workflow to DAM folder

    Hi,
    Is it possible to allow an author user the ability to set a custom property (or workflow) to a folder in the DAM?
    i.e. can I create a custom property "Approved" against a DAM folder and expose it via the UI (or update it via a workflow)
    I want to apply to an entire folder (not single or multiple assets)
    Thanks!

    yes it is possible to add custom property to dam and workflow. To add custom property to dam asset you have to override "/libs/dam/components/asseteditor" form page in your application.
    also you can refer - http://dev.day.com/docs/en/cq/current/dam/customizing_and_extendingcq5dam.html
    To add custom property in workflow you have to create custom workflow component using sling resource super type as "cq/workflow/components/model/process" and add custom property in dialog. you can take example of existing workflow under /libs/wcm/workflow area.
    also you can refer - http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html

  • New multiple sequence/timeline workflow?

    I was used to making different scenes of films as separate sequences and then have a master sequence where I brought them all together.
    Now it seems like the best way to do this is with different projects that use the same events? Anyone have a suggestion to a better workflow to do this in X?
    I poked around for about 30 mins and came up with that as the best solution...I'm not on my mac now to look more...hope I didn't miss something simple.

    Appreciate your help as I feel like a fish out of water.
    Serves you right, fishing and all!
    [Hunt and I were typing at the same time!]
    For my help, I require only a copy of the DVD - I am envious of the guy across the lake that uses what he calls a barrel roll to fly fish from his dock with very little space behind him.  A very cool technique.
    Or do I go about it in a smarter way that keeps the sequences apart from each other?
    Yes, like this.  You can only bring one in from Premire itself,then bring the rest in from Encore, Make a timeline for each sequence.
    BTW, each sequence has 2 encore chapter markers I placed in PP4 (one at the beginning, the other in the middle of the sequence). Is this going to make it difficult to have 10 chapters?
    You will have 20 chapters, but you are going to use playlists for the play all, so it won't matter.  Clicking advance chapter on the remote will go to the middle chapter, then to the next timeline (or if in a single timeline action, to whatebver that tijmelines end action is, usually a menu).
    My end product menu should have a :
    1) Playall option once.
    2) Play continuously option (none stop if uninterrupted)
    2) Play individual sequences before returning to main menu.
    For the play all, create a playlist (not a chapter playlist), and add each timeline, in the order you want them.  The end action of the playlist is to go back to the menu (or whatever you want).
    Create a separate playlist the same, but this time make its end action to go to itself (this will loop/play continuously until the remote picks a menu).
    For playing each sequence, just link to the timeline for that sequence, and have the timeline end action be the main menu (or chapter submenu or whatever).
    Also, how does one create a Main Menu page using a custom background?
    Just use a template, then edit in photoshop and replace the background.  (Other techniques also.)

  • Slo-mo applied to sequence or clips -  how does it affect transitions?

    Usually I edit clips together with cross-fades and then apply slow speed to the sequence rather than individual clips - but I find a bug in 5.0.2 where it renders a still frame part-way through that remains for the rest of the sequence.
    So now I paste speed attributes to the rest of individual clips instead of at a seqeuenc level. What I wonder is how the two methods affect transition quality i.e.
    method 1: the transition is rendered at as part of a sequence with 60% speed applied
    method 2: transition is rendered at normal speed, but it is being applied to clips with 60% speed
    No difference in quality?
    G5 Dual Core 2.3 Ghz 2.5Gb/250Gb GeF 6600 256MB 24" LCD Mac OS X (10.4.5)

    Hey Catrina
    Not sure what the issue is with your application of the 3-Way Color Corrector in the Browser. My guess, is that perhaps you only thought you applied the "saved" instance of the 3-way corrector but instead applied a default neutral instance of the corrector.  How did you save the correction you applied to the other instances?  A good method is, having applied and tweaked it as needed to a sample clip instance, you can drag a copy of it out of the clip's Filter tab and drop it directly into your Browser window.  To check, then double click that Browser instance of the corrector to open it in the Viewer window and see if has the corrections settings as expected and no the default ones. If so, go ahead and drag it to another clip instance in the Browser and then drag that clip to your sequence ... has the correction "stuck" bow? But while we figure it out, for now, why not just apply the saved correction directly to the clips in the sequence?  Regarding trashing your preferences ... download Preference Manager from Digital Rebellion.  Very straightforward to use.
    Cheers
    Andy

  • Apple Script to automatically apply automator folder action workflows

    Hello
         I'm trying to get an applescript to automatically apply an automator folder action workflow to a folder..
         Getting applescript to apply a scpt file to a folder as a folder action is straight forward. However, it seems that scpt files are different than automator folder action workflows..
         Normally I would just script the folder action in apple script, but this is for someone that can handle automator, but not apple script coding. This whole scripting is to solve the issue of subdirectories being creating and then files or subfolders being created there after. So we need to try to get automator folder actions to propagate though..  easy enough with applescript..
    Any help would be appreciated...

    Here is the code that I needed to happen...  Maybe I just missed something in automator... but this applescript properly applies itself to subfolders, which then allows me to apply specific scripts based on folder names and locations. Also if the subfolders already exist.. the scirpt also is applied to those.
    on adding folder items to this_folder
      createlist(this_folder)
    end adding folder items to
    on createlist(item_list)
              set ActionScript to " REMOVED FOR PUBLIC DISPLAY:ApplyScriptSubfolders.scpt"
              set the the_items to list folder item_list without invisibles
              set item_list to item_list as string
                   repeat with i from 1 to number of items in the the_items
                     set the_item to item i of the the_items
                                       set the_item to (item_list & the_item) as alias
                                       set this_info to info for the_item
                                       if folder of this_info is true then
                              tell application "System Events"
                                                                          display dialog "Attching script to " & the_item as text  --
                                     attach action to folder (the_item as text) using ActionScript
                                                           end tell
                                my createlist(the_item)
                                       end if
                   end repeat
    end createlist
    I appreciate your help.. if you now know what has to happen and have a shorter way of doing so, please do so..
    Thank you again,

  • In standby db, can't find sequence number of Last Applied Log.

    Hello,
    Standby database is behind the primary database for over 200 hours, to repaire this, we are using a incremental backup from primary database and a restored control file.
    after starting up standby database, in Grid Control (OEM), can't find "last applied log" sequence number,
    go to that standby, do
    standby> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    go to primary,
    do
    SQL> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    83833
    then using OEM grid control, to Verify checks various standby database settings.
    Initializing
    Connected to instance standby_server:standby
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    Skipping verification of fast-start failover static services check.
    Data Protection Settings:
    Protection mode : Maximum Performance
    Redo Transport Mode settings:
    primary.com: ASYNC
    standby.com: ASYNC
    Checking standby redo log files.....OK
    Checking Data Guard status
    primary.com : Normal
    standby.com : Normal
    Checking inconsistent properties
    Checking agent status
    Checking applied log on standby........WARNING:
    Timed out after 60 seconds waiting for log to be applied.
    Processing completed.
    so how to fix this?
    thanks you very much.
    Edited by: 951932 on Oct 18, 2012 7:44 AM

    Hello;
    Probably nothing to fix. This is a common warning message.
    It even occurs in this example :
    http://www.databasejournal.com/features/oracle/article.php/10893_3826706_2/Oracle-11g-Data-Guard-Grid-Control-Management.htm
    Best Regards
    mseberg

  • Can we have a loop in SharePoint designer workflows?

    I am using Infopath2013 form along SharePoint Designer workflows. The approvers are dynamically selected based on the multiple drop down selection. In certain scenarios, there may be 10 approvers and workflow should flow everyone in sequence with approve/reject
    option. If anyone rejects, the workflow stops, else workflow should reach till 10<sup>th</sup> approver.
    I am using Repeating table and I am able to capture all the 10 approvers and put them in a SharePoint list as column value. But in SharePoint Designer, I am not finding way to loop the task for the number of approvers.
    Is there way create a loop in SharePoint workflows?
    Thanks!
    Ravi
    Ravi

    Hi Ravi,
    Do you use SharePoint Designer 2007?
    Have you tried to use sequence approval workflow with participants in serial order?
    http://office.microsoft.com/en-001/sharepoint-designer-help/understand-approval-workflows-in-sharepoint-2010-HA101857172.aspx
    If you use SharePoint Designer 2013, there is an "loop" operation available you can take a look.
    http://prasadtechtactics.blogspot.in/2012/07/sharepoint-designer-2013-workflows-part_24.html
    Thanks
    Daniel Yang
    TechNet Community Support

  • Media Recovery Waiting for thread 1 sequence (in transit)

    I have rebuilt our standby database using an rman duplicate since it was missing many archive logs.
    Following the duplicate, the standby is now almost in sync with the primary. Logs are shipping across but are not being applied in a timely manner. How long should it take for an archive log from the primary to be applied to the standby?
    I need to know this so that a proper script can be set up to check the primary and standby. At the moment they are never exactly in sync - always one sequence number behind the primary.
    Why is the standby is not applying in a timely manner?
    From the alert log:
    Media Recovery Waiting for thread 1 sequence 11278 (in transit)
    The log seems to be "in transit" for a long time
    PRIMARY:
    SQL> select max (sequence#) current_seq from v$log;
    CURRENT_SEQ
    11278
    SB:
    SQL> select MAX (SEQUENCE#), APPLIED FROM V$ARCHIVED_LOG where APPLIED ='YES' GROUP BY APPLIED;
    MAX(SEQUENCE#) APP
    11277 YES
    ALERT LOG:
    RFS[2]: Archived Log: '/backup/prod/log_1_11277_704816194.dbf'
    Primary database is in MAXIMUM PERFORMANCE mode
    Mon Nov 1 15:22:01 2010
    Media Recovery Log /backup/prod/log_1_11272_704816194.dbf
    Mon Nov 1 15:26:49 2010
    Media Recovery Log /backup/prod/log_1_11273_704816194.dbf
    Mon Nov 1 15:29:54 2010
    Media Recovery Log /backup/prod/log_1_11274_704816194.dbf
    Mon Nov 1 15:34:18 2010
    Media Recovery Log /backup/prod/log_1_11275_704816194.dbf
    Mon Nov 1 15:36:42 2010
    Media Recovery Log /backup/prod/log_1_11276_704816194.dbf
    Mon Nov 1 15:39:43 2010
    Media Recovery Log /backup/prod/log_1_11277_704816194.dbf
    Mon Nov 1 15:42:34 2010
    Media Recovery Waiting for thread 1 sequence 11278 (in transit)
    I should add that I understand that for the Primary and Standby to be out by one log is not cause for concern (they are applying). Its just that I wanted to script a check that would compare them both, and and the moment they are never equal - when I understand that they should be and that the logs should be applied almost immediately.
    Edited by: Dan A on Nov 1, 2010 4:36 PM

    How long should it take for an archive log from the primary to be applied to the standby?depends on network speed also.
    make sure the archives are shipped to standby location.
    PRIMARY:
    SQL> select max (sequence#) current_seq from v$log;
    CURRENT_SEQ
    11278(this is log not archivelog ) ..... :)SB:
    SQL> select MAX (SEQUENCE#), APPLIED FROM V$ARCHIVED_LOG where APPLIED ='YES' GROUP BY APPLIED;
    MAX(SEQUENCE#) APP
    11277 YES
    Hi check is MRP started or not?
    primary database you need not check current sequence, check last generated sequence..not current sequence.
    current sequence is redo log which has been not yet archived
    I think everything is perfect here.. no issues.
    Hope you understood, let me know if not clear , thanks.

  • Workflow 0BPM_LOGHIST dataload. Is it even possible?

    Hi guys,
    Has anyone successfully load workflow in BI? The problem is that the workflow tabels like SWWLOGHIST in r/3 almost hit 30mil records and initializing the load sequence for workflow causes Oracle to crash due to the amount of archive logging is used.
    AFAIK the sequence should be started with the 0BPM_LOGHIST datasource which filles the  BPMWITSTP table.
    The timestamps in this table are used to determine the workflow id which should be updated by the delta.
    I already hacked the 0BPM_LOGHIST datasource because SAP was so kindly to disable the RSA2 edit function which is needed to enable WF_ID selection option. the given selection on timestamp cant be used. so there was little choice.
    See note 123262: "Caution: Depending on the release, you must also manually adjust the information structure 0BPM_LOGHIST using transaction RSA2. When you do this, you must define the field WI_ID for the selection criterion by checking the relevant checkbox."  Very funny only works for SAP not CUSTOMERS systems.
    Anyways workflow is alreay in use for couple of year resulting in a quiet amount of data and even with a selection on a small range of workflow ids. Apparently the 0BPM_LOGHIST datasource create a awful lot of changes causing the oracle archive log the explode.  Using up 25GB of archive space in r/3 in less than 45min and only offering 102K records to BW doesn't work.
    This killed our Q&A machine twice since ORA is quiet fond of it's archivelog space to be available.
    So is there anyway to load existing WF data into BW without killing the database?
    and no it;s not an option to disable the archive logging. Maybe on the Q&A but def NOT on the PROD machine.
    Extending the archivelog space..... Well yes but archivelogs have to be saved at some point in time and if 25GB gets used in 45min and I have to load so much I guess adding a 5 TB SAN could handle it but that would blow our budget quiet a bit :P
    All comments are welcome....
    gr Matthias

    I do find it hard to believe that no one uses BI and WF...
    is there be a way to use oracle hints to temporally disable the archive logging for the  insert/update statement?

  • Multiple tasks in sequence text behavior don't seem to work..

    Hey guys,
    This is a little frustrating: all I'd like to do is have text type on red and then fade to black.. how would this be accomplished with the sequence text behavior? I don't get what I'm missing. (I'm using Motion 4)

    I'm not totally clear based on your description and choice of using the sequence text behavior what you're going for, but here's what I'd suggest.
    Create the text, set the face color to red. Apply the Type On behavior and adjust the duration as needed to type the text on. If you want all the text to fade at once, then use the fade in/out behavior with no fade in, and fade out over the frames needed. If you want the fade out to be sequential (like the type on, but in reverse), apply the Sequence Text behavior, set the in point for the behavior where you want the fade to start. Add the Face>Opacity parameter and set the value to 0%. Set the Sequencing Parameter as "To".

  • Auto Approval Workflow for leave request Management.

    Hi Guru's,
    I am working on leave request Workflow i.e WS12300111.
    Now i have to implement the auto approval of workitem if the approver doesnt take any action in 3days.
    1. i have implemented deadline monitoring i.e in Latest end tab
    refer date/time :- Expression Date : %DATUM% Time : %UZEIT%    3 days Action : Modeled  Display test
    Outcome : Reminder Mail
    In outcome tab i have activated Processing obsolete.
    i have created an activity if the deadline is reached so that it should auto approve the workitem.
    in that activity i have created a copy of class CL_PT_REQ_WF_ATTRIBS created 1 method auto_approve. and used function module PT_ARQ_REQUEST_EXECUTE so that it will change the status from SENT to APPROVE.
    But when i apply leave in portal , workflow starts but it doesnt reach to branch auto approve after the deadline is reached.
    Please suggest is the deadline monitoring implemented correctly or not .
    whether the auto approve method used is correct or not
    or there is another solution to this
    I have checked the SWU3 setting and it is green.
    Please Advise
    Thanks in Advance
    chitis

    Hi Rick ,
    Thanks for the Reply.
    But is there something wrong in deadline monitoring i have maintained for the task.
    could you please share the procedure for implementing deadline monitoring specific to auto approval of the workitem.
    thanks in advance
    chitis

  • Archive log registered,but showing as not applied in standby db + oracle 9i

    Hi all,
    In my standby database some of the archive log files are not applied.found through the following command
    SQL > select sequence#,applied from v$archived_log where applied='NO';
    sequence# APP FIRST_TIME
    18425 NO 05-FEB-10
    but when try to register manually
    SQL > alter database register logfile '/disk12/arch/A00123000018425.arc';
    ERROR at line 1
    ORA-16089:archive log has already been registered.
    "recover standby database" also asking for the new archive file. how will i apply that?
    any solutions?

    user11919409 wrote:
    I have did that so many times from 05-feb-10 onwards.
    even then only one archive gap???
    or only one is not applied? if yes may be archive file which exist at standby may be corrupt try to restore it from backup and recover.
    also check for some clues at logs at standby and primary.. what actually happen. if archive gap is huge and you have all archvies then you may have to do manual recovery then keep it back to auto recovery mode.
    Hope that may help you.
    Anil Malkai

Maybe you are looking for

  • Help with 10.4.8

    i'm a design student so i have to use Adobe CS2 A LOT...and before my macbook pro updated to 10.4.8, Adobe Illustrator CS2 was running perfectly fine. but now that it's updated, i can't create pathfinders and i cannot run illustrator and photoshop at

  • Video Controller Failure.

    After a couple of months of kernel panics, freezing, etc., a Hardware Test finally produced the sad conclusion that the NVIDIA 8600M GT video controller in my MBP had failed. This is the well documented fault that has been occurring since 2007/2008.

  • Itunes wont load unexpected error (13014)

    Hi, I have an issue with itunes not loading. The problem started when I connected my iphone to the USB port then Itunes froze. I had to go onto task manager to end the program...and from then on itunes will not start. I have restored to an earlier sy

  • Reader 9.2 works not on Restricted users?

    Hello. In a user/pc if i logon with administrator account the Reader 9.2 works without any problem. If i logon with a user account the reader comes with the error "Internal error". This situation was the same with reader 8.1 , 9.0 and now with 9.2. O

  • 2wire home portal and airport express ?

    I have a 2Wire home portal 1000hw modem and need some information on how to connect it with my airport express. My 2wire modem is either wireless or ethernet. I would like to connect my modem via ethernet to my airport express and use the airport exp