Skip to content

Instantly share code, notes, and snippets.

@alex-ketch
Last active March 24, 2021 17:51
Show Gist options
  • Save alex-ketch/ec6e73c85363989207dc9f1c5a4171ca to your computer and use it in GitHub Desktop.
Save alex-ketch/ec6e73c85363989207dc9f1c5a4171ca to your computer and use it in GitHub Desktop.
Exec Toolbar&
Exec Toolbar&
Session
Initial
Request session -> Worker provisioned?
Pending
Worker provisioned?
# Getting job URL
Check worker status -> Refresh
Cancel -> Replete Left
Refresh
# Worker provisioned?
Yes -> Worker
No -> Worker provisioned?
Replete Left
Reconnect -> Refresh
Replete Right
Reconnect -> Refresh
Active
Cancel -> Replete Left
End session -> Replete Right
Worker
Worker Initial
Connect to worker -> Node Running
Connected
Document Node Execution
Node Initial
Run -> Node Running
Node Running
Execute -> Node Executed
Cancel -> Node Cancelled
Node Executed
Run -> Node Running
Node Cancelled
Run -> Node Running
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