Skip to content

Instantly share code, notes, and snippets.

@susana-garcia
Last active July 7, 2021 08:54
Show Gist options
  • Save susana-garcia/bfffd6f06132b9435c1ef655cd197e75 to your computer and use it in GitHub Desktop.
Save susana-garcia/bfffd6f06132b9435c1ef655cd197e75 to your computer and use it in GitHub Desktop.
Workflow
Workflow
reset -> Resetting
Main*
Unknown*
transmit downstream cluster -> Transmitting
Delete*
delete downstream cluster -> Deleting
Transmitting
transmitted -> Agent
Deleting
done -> Deleted
Delete
Agent
Agent Unknown
storage provisioning -> Provisioning
Provisioning
storage provisioned -> Provisioned
Provisioned
submit argo workflow -> Submitted
Submitted
argo workflow completed -> WorkflowDone
WorkflowDone
deprovisioning -> Deprovisioning
Deprovisioning
done -> Deprovisioned
Deprovisioned
done with error -> Failed
done with failed -> Failed
done successfully -> Succeeded
Failed
Succeeded
Resetting
restored wf to pristine state -> Unknown
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