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

Document how we can run Flows from build.gradle #1778

Open
josvanroosmalen opened this issue Jan 22, 2019 · 0 comments
Open

Document how we can run Flows from build.gradle #1778

josvanroosmalen opened this issue Jan 22, 2019 · 0 comments

Comments

@josvanroosmalen
Copy link

josvanroosmalen commented Jan 22, 2019

Currently the documentation only specify gradle tasks running from the commandline. However it is not specified how you can add tasks. E.g. how do we pass custom options, and how do we specify hub flow run tasks in build.gradle?

task reprocessFinal(type: com.marklogic.gradle.task.hubRunFlowTask) {
entityName="MyEntity"
batchSize=500
showOptions=true
flowName="MyFlowName"
dhf.myCustomOption="myOption"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants