Skip to content

Instantly share code, notes, and snippets.

@susana-garcia
Last active July 7, 2021 08:55
Show Gist options
  • Save susana-garcia/5a340a182922bf00bfb970850b4303dd to your computer and use it in GitHub Desktop.
Save susana-garcia/5a340a182922bf00bfb970850b4303dd to your computer and use it in GitHub Desktop.
Main Workflow
Main Workflow
Initial
unknown -> Unknown
delete -> Delete
Unknown
transmit downstream cluster -> Transmitting
Delete
delete downstream cluster -> WorkflowDelete
Transmitting
transmitted -> Agent Workflow
Agent Workflow
Agent Unknown
storage provisioning -> Provisioning
Provisioning
storage provisioned -> Provisioned
Provisioned
submit argo workflow -> Submitted
Submitted
argo workflow completed -> WorkflowDone
WorkflowDone
deprovisioning -> Deprovisioning
WorkflowDelete
deleting -> Deleted
Deprovisioning
done -> Deprovisioned
Deprovisioned
done with error -> Failed
done with failed -> Failed
done successfully -> Succeeded
Failed
Succeeded
Deleted
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment