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

Ability to append and pre-pend to Jobs #6

Open
computron opened this issue Apr 8, 2021 · 0 comments
Open

Ability to append and pre-pend to Jobs #6

computron opened this issue Apr 8, 2021 · 0 comments

Comments

@computron
Copy link
Member

After an Activity has already been created, ways to edit that Activity is often useful. This is because when you want to go "off the beaten path", you want to maybe use an existing ActivityMaker but don't want to adjust the arguments of the ActivityMaker to support whatever your specific requirement is. In that case, you want to just take an Activity from an ActivityMaker and modify it later.

For this, we discussed having ways to define a new Job that is either prepended or appended to an existing Job in an Activity. That way, we can perform certain custom setup, cleanup, etc. tasks for a Job without having to add a bunch of additional arguments in the Maker / Activity / Job.

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

No branches or pull requests

1 participant