Skip to content

Instantly share code, notes, and snippets.

@daftspunk
Created June 3, 2016 20:15
Show Gist options
  • Save daftspunk/22b92ca99e046f3ecc1e48066700dcf3 to your computer and use it in GitHub Desktop.
Save daftspunk/22b92ca99e046f3ecc1e48066700dcf3 to your computer and use it in GitHub Desktop.
# ===================================
# Workflow Definitions
# ===================================
workflow:
name: Invoice status
startStep: draft
steps:
draft:
label: Draft
transitions:
approved: *
approved:
label: Approved
transitions:
paid: *
void: *
paid:
label: Paid
transitions:
void: *
void:
label: Void
stepForm:
fields:
color:
label: Color
type: colorpicker
transitionForm:
fields:
comment:
label: Comment
type: textarea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment