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

Extend workflow manager to accommodate data acquisition and file management #18

Closed
lewismc opened this issue Sep 14, 2018 · 2 comments
Closed
Assignees
Labels
crawler OODT Crawler Component filemgr OODT File Manager Service help wanted workflowmgr OODT Workflow Management Service
Milestone

Comments

@lewismc
Copy link
Member

lewismc commented Sep 14, 2018

Post 0.1 release, once we have stable stand alone services for data acquisition, file management and workflow management (running pycoal tasks), our workflow management should be extended to automate data acquisition and file management. This is a huge move towards the creation of an end-to-end science data system processing capability.

@lewismc lewismc added help wanted filemgr OODT File Manager Service workflowmgr OODT Workflow Management Service crawler OODT Crawler Component labels Sep 14, 2018
@lewismc lewismc added this to the 0.2 milestone Sep 14, 2018
@lewismc
Copy link
Member Author

lewismc commented Oct 19, 2018

This issue requires us to investigate the following

  Action:
    Id: TriggerPostIngestWorkflow
    Description: Triggers workflow event with the name [ProductType]Ingest
    Phases: [postIngestSuccess]

Essentially what we want to do here is add the action to crawlctl as follows

--actionIds DeleteDataFile TriggerPostIngestWorkflow

We also need to add the workflow manager URL e.g.

--workflowMgrUrl http://localhost:9001

Once we configure the workflow manager, this will send an event and will enable us to kick off a workflow :)

@lewismc lewismc assigned lewismc and unassigned alexwyi19 and ahuerta33 Dec 4, 2018
@lewismc
Copy link
Member Author

lewismc commented Dec 4, 2018

This is actually working the other way around where the crawler_launcher kicks off the workflow. All of this will be covered in #9

@lewismc lewismc closed this as completed Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crawler OODT Crawler Component filemgr OODT File Manager Service help wanted workflowmgr OODT Workflow Management Service
Projects
None yet
Development

No branches or pull requests

3 participants