Added the ability to start on any node in a workflow
This commit is contained in:
@@ -875,6 +875,9 @@ const Workflows = (props) => {
|
||||
<Button style={{}} disabled={newWorkflowName.length === 0} onClick={() => {
|
||||
if (editingWorkflow.id !== undefined) {
|
||||
setNewWorkflow(newWorkflowName, newWorkflowDescription, editingWorkflow, false)
|
||||
setNewWorkflowName("")
|
||||
setNewWorkflowDescription("")
|
||||
setEditingWorkflow({})
|
||||
} else {
|
||||
setNewWorkflow(newWorkflowName, newWorkflowDescription, {}, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user