Skip to content

Instantly share code, notes, and snippets.

@mjgiarlo
Last active November 14, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjgiarlo/f8d1ea8e14f549f3513081e2e62ddb52 to your computer and use it in GitHub Desktop.
Save mjgiarlo/f8d1ea8e14f549f3513081e2e62ddb52 to your computer and use it in GitHub Desktop.
Default one-step mediated deposit workflow JSON for Sufia
{
"workflows": [
{
"name": "one_step_mediated_deposit",
"label": "One-step mediated deposit workflow",
"description": "A single-step workflow for mediated deposit",
"actions": [
{
"name": "deposit",
"from_states": [],
"transition_to": "pending_review"
},
{
"name": "approve",
"from_states": [{"names": ["pending_review"], "roles": ["approving"]}],
"transition_to": "complete",
"methods": [
"CurationConcerns::Workflow::ActivateObject"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment