Create Workflow

  1. Navigate to Admin –> Workflows Workflow Dashboard
  2. Click Create Workflow Workflow Canvas
  3. Click the Cog icon in the top right Workflow Settings
  4. Make the name Review Lead and click Save
  5. Click Add Activity
  6. On the left, choose Data Activity Picker
  7. Scroll down and choose Object Instance Trigger Object Instance Trigger
  8. Drag the new activity to a position on the left Dragged Activity
  9. Right Click the Object Instance Trigger and click Edit OIT Properties
  10. Select Lead under Object Type Id and Choose the Common Tab.
  11. Change the Name to LeadTrigger and the Display Name to Review Lead Common Settings
  12. Click Save
  13. Click Add Activity
  14. On the left, choose Tasks and choose Task Create
  15. Drag the Task Create activity to the right of the Review Lead Activity Two Activities
  16. Now using the blue dot to the right of the Review Lead activity, connect it to the blue circle on the Task Create Activity. It should look like the below: Connected Activities
  17. Right Click the Task Create activity and choose Edit Task Editor
  18. To the right of the Title, click Elipsis and choose Liquid
  19. In the Title Type Review Lead #{{Activities.LeadTrigger.InstanceId}}
  20. In the description, type
    # Review Lead
    It is time to review this lead. Please review it
    
  21. Leave the Severity, Priority and Due. Task Editor
  22. In the related ObjectId, click Elipsis and choose Liquid
  23. Enter {Activities.LeadTrigger.ObjectId}} in the Related Object Id
  24. In the Data Questions Add Status for Name and Status for Value
  25. In Branches, add the text “Done” and click Enter. Task Editor 2
  26. Click Save
  27. Click Publish

Congratulations. You have created your first workflow. When you click the option on a lead it should create a task to update the lead. You can now Try it out.

Note: The Liquid system is a way of reading and writing data between activities. In World of Workflows, we support Liquid and JavaScript for this.


Copyright © 2023-2024 World of Workflows.