Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Oct 9, 2023
1 parent 1167e33 commit cad90fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-endpoints/element/post-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ renderWorkflow(document.getElementById('graph-container-1'), {
{ id: 'checkId', ...workflowDecision, label: "is id provided?" },
{ id: 'generateId', ...workflowStep, label: "generate new id" },
{ id: 'useProvidedId', ...workflowStep, label: "use provided id" },
{ id: 'checkType', ...workflowStep, label: "is type provided?" },
{ id: 'checkType', ...workflowDecision, label: "is type provided?" },
{ id: 'checkStart', ...workflowDecision, label: "is start provided?" },
{ id: 'checkEnd', ...workflowDecision, label: "is end provided?" },
{ id: 'checkStartExistence', ...workflowDecision, label: "does start element exist?" },
Expand Down

0 comments on commit cad90fc

Please sign in to comment.