Automic Continuous Delivery Automation

 View Only
  • 1.  Pause workflow and validate output and continue workflow

    Posted Apr 04, 2018 04:00 PM
    Hello,

    I got requirement to pause the workflow for each action and continue the workflow after validating the completed action. Any suggestions or ideas on how to add this feature to the actions or workflow.


  • 2.  Pause workflow and validate output and continue workflow

    Posted Apr 04, 2018 04:20 PM
    Suggest researching the "breakpoint" feature.  This is a setting that you can change on each workflow task.  It causes that task to wait for human intervention before proceeding.


  • 3.  Pause workflow and validate output and continue workflow

    Posted Apr 04, 2018 04:24 PM
    Another option would be to introduce an additional CALL task.  A CALL task can be configured to send out a popup request for human response.  Then clicking on the popup could cause the workflow to continue.  (The popup request only occurs within the Automic interface)


  • 4.  Pause workflow and validate output and continue workflow

    Posted Apr 05, 2018 04:16 PM
    Can you please provide steps for adding CALL task.


  • 5.  Pause workflow and validate output and continue workflow
    Best Answer

    Posted Apr 05, 2018 04:37 PM
    Create a new CALL/STANDARD object, configure its recipients and notification tabs, and experiment with it by executing it.  If the recipients of this call object respond by clicking "YES" it will finish with an ANY_OK result it would then allow successors to run.  But if they click "NO" it will finish with a bad result which can then block the workflow from continuing.