How to Create Your First Hoicko Workflow
Updated 8/24/20261 min read
How do you create a workflow in Hoicko?
Start with one repetitive business task, identify its trigger, define the required conditions and actions, test the process, and then activate it.
Step 1: Identify the problem
Do not start by asking:
"What automation can I build?"
Start by asking:
"What repetitive task is consuming unnecessary time?"
This keeps automation focused on a real business problem.
Step 2: Define the trigger
Determine what starts the process.
For example:
When Status changes to Approved.
Step 3: Add conditions
Conditions determine when the workflow should continue.
For example:
If Request Type = Purchase.
Step 4: Define the action
Determine what should happen next.
For example:
Notify Procurement Manager.
Step 5: Add additional actions
If required, the workflow can continue with additional steps such as updating information or triggering another process.
Step 6: Test
Testing is critical.
Use sample or controlled records and verify:
- Trigger
- Conditions
- Data
- Actions
- Notifications
- Final result
Step 7: Activate
Once the workflow behaves as expected, activate it for the intended process.
Example
Trigger: New purchase request
Condition: Amount requires manager approval
Action: Notify manager
Next action: Update approval status
This creates a simple but useful automation.
FAQs
How do I start creating a Hoicko workflow?
Start by identifying a repetitive process and defining the event that should trigger it.
Should I create complex workflows immediately?
No. Begin with a simple workflow and expand it after the basic process works reliably.
Why should workflows be tested first?
Testing prevents incorrect automation from affecting real business records.
Can one workflow contain multiple actions?
Depending on the workflow configuration, multiple actions can be combined to create a broader process.
What is the biggest workflow design mistake?
Building automation without clearly defining the business problem, trigger, expected result, and exception cases.
Related content
Is this article helpful?
Help us improve our articles.