Skip to content

Instantly share code, notes, and snippets.

@arifsetiawan
Created May 5, 2019 10:43
Show Gist options
  • Save arifsetiawan/f707cf14bc2eaaf4b0552fbeb59d02e2 to your computer and use it in GitHub Desktop.
Save arifsetiawan/f707cf14bc2eaaf4b0552fbeb59d02e2 to your computer and use it in GitHub Desktop.
leave-process-variables.md

Start Instance

input

{
    id:
    name:
    email:
    level:
    days:
}

Validate Available Days - Service Task

input

{
    id:
    days:
}

output

{
    daysAvailable:
}

Select Approver - Business Rule Task

input

{
    days:
    level: 
}

output

{
    approverGroup:
}

Approval - User task

input

{
    name:
    level:
    days:
}

output

{
    approved:
}

Send (Rejection/Approval) Email - Service Task

input

{
    name: 
    email:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment