amirroid/workflowkt
Run custom workflow logic using Kotlin plugins
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 27, 2026
- License
- MIT
Pinned Snippet
uses: amirroid/workflowkt@b485012fbdd736d75ec66637e596d978dcc78709 # 0.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| module | Path to the Kotlin module or directory that contains the workflow logic | yes | — |
| plugin | Fully qualified class name of the plugin that implements the workflow interface | yes | — |
Outputs
| name | description |
|---|---|
| state | The final state reported by the workflow runner |