Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature support human tasks with completely custom camunda forms #116

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

buehlefs
Copy link
Contributor

@buehlefs buehlefs commented Dec 4, 2023

No description provided.

@buehlefs buehlefs requested a review from PhilWun December 4, 2023 13:35
Copy link
Contributor

@PhilWun PhilWun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found a few todo comments. You decide whether they should be addressed before merging or later on.

raise # otherwise reraise

if not form_is_embedded:
# Extract form variables from the rendered form. Cannot use only camunda endpoint for form variables (broken) # TODO link issue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo comment

type: "form-submit",
formData: (new URLSearchParams(formData)).toString(),
formDataType: "application/x-www-form-urlencoded",
dataInputs: [], // TODO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a hard problem, and it is unlikely that an external form even takes QHAna data inputs. So I would just leave this as a TODO.

}
});
}
// TODO: show error message to user for else case...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo comment

});
});
}
// TODO: show error message to user for else case...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo comment

canvas.zoom('fit-viewport');
});
}
// TODO: show error message to user for else case...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo comment

@buehlefs
Copy link
Contributor Author

I removed one todo, the rest are either old todos or just a time sink with little to gain (or both).

@buehlefs buehlefs requested a review from PhilWun March 18, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants